test(util) scope: coverage

This commit is contained in:
coderaiser 2017-08-04 14:04:06 +03:00
parent abc051cad1
commit 8b7b3f27ed
2 changed files with 21 additions and 2 deletions

View file

@ -2,7 +2,8 @@
const exec = require('execon');
const jonny = require('jonny');
const Scope = global || window;
const Scope = typeof window !== 'undefined' ? window : global;
module.exports.getStrBigFirst = getStrBigFirst;
module.exports.kebabToCamelCase = kebabToCamelCase;