UNPKG

cake-chai

Version:

Use chai assertians in mocha tasks.

15 lines (13 loc) 307 B
// Generated by CoffeeScript 1.10.0 module.exports = function(opts) { return function(task) { return task('test:ci', 'Run tests', function(opts) { return invoke('test', { bail: true, coverage: true, ci: true }); }); }; }; //# sourceMappingURL=test-ci.js.map