UNPKG

chrome-stub

Version:

Easily stub out chrome API calls for great test coverage

19 lines (16 loc) 234 B
{ "rules": { "quotes": [2, 'single'], "curly": 2, "no-use-before-define": 0, "no-underscore-dangle": 0, "strict": 0 }, "env": { "node": true, "mocha": true }, "globals": { "hmt": true } }