(k,v)
| 89 | }; |
| 90 | |
| 91 | const i18n = function(k,v) { |
| 92 | if (Array.from(k).includes('i18n')) { return k.i18n.en[a]; } |
| 93 | return k[v]; |
| 94 | }; |
| 95 | |
| 96 | try { |
| 97 | locals = _.merge({_, i18n}, locals, require('./static-mock')); |
nothing calls this directly
no outgoing calls
no test coverage detected