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