$ npm install --save-dev @taskr/jest
exports.test = function * (task) {
yield task.source('test/**/*.js').jest({ bail:true, notify:true });
}
See Jest's Configuration Options to see the available options.
Any issues or questions can be sent to the Taskr monorepo.
Please be sure to specify that you are using @taskr/jest
.
MIT © Luke Edwards