Skip to content

lukeed/fly-jest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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