fly-jest

1.0.0 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i fly-jest

Weekly Downloads

1

Version

1.0.0

License

MIT

Last publish

Collaborators

  • lukeed