UNPKG

task-master

Version:

A helper to make Grunt task declaration and organization cleaner.

14 lines (13 loc) 229 B
module.exports = { cover: { options: { hookRunInContext: true, root: 'lib', dir: 'coverage', x: ['**/node_modules/**'], simple: { args: ['grunt', 'mochaTest:test'] } } } };