fly-jest
v1.0.0
Published
Jest plugin for Fly.
Readme
fly-jest 
Install
npm install --save-dev fly-jestUsage
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
