Skip to content

Latest commit

 

History

History

jest

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

@taskr/jest npm

Jest plugin for Taskr.

Install

$ npm install --save-dev @taskr/jest

Usage

exports.test = function * (task) {
  yield task.source('test/**/*.js').jest({ bail:true, notify:true });
}

API

.jest(options)

See Jest's Configuration Options to see the available options.

Support

Any issues or questions can be sent to the Taskr monorepo.

Please be sure to specify that you are using @taskr/jest.

License

MIT © Luke Edwards