npm stats
  • Search
  • About
  • Repo
  • Sponsor
  • more
    • Search
    • About
    • Repo
    • Sponsor

Made by Antonio Ramirez

fly-jest

1.0.0

@lukeed

npmHomeRepoSnykSocket
Downloads:0
$ npm install fly-jest
DailyWeeklyMonthlyYearly

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