npm install --save-dev fly-jest
exports.test = function * (fly) {
yield fly.source('test/**/*.js').jest({
bail: true,
notify: true
});
}
See Jest's Configuration Options to see the available options.
MIT © Luke Edwards
npm install --save-dev fly-jest
exports.test = function * (fly) {
yield fly.source('test/**/*.js').jest({
bail: true,
notify: true
});
}
See Jest's Configuration Options to see the available options.
MIT © Luke Edwards