Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 688 Bytes

README.md

File metadata and controls

34 lines (22 loc) · 688 Bytes

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