UNPKG

chrome-stub

Version:

Easily stub out chrome API calls for great test coverage

12 lines (11 loc) 178 B
module.exports = { options: { reporter: 'spec' }, unit : { src: ['test/unit/**/*.spec.js'] }, integration : { src: ['test/integration/**/*.spec.js'] } };