UNPKG

task-master

Version:

A helper to make Grunt task declaration and organization cleaner.

11 lines (10 loc) 167 B
module.exports = { options: { reporter: 'spec', ui: 'mocha-given', require: 'coffee-script/register' }, test: { src: ['test/**/*.coffee'] } };