1.1.1 • Published 7 years ago

@taskr/jest v1.1.1

Weekly downloads
1
License
MIT
Repository
github
Last release
7 years ago

@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

1.1.1

7 years ago

1.1.0

7 years ago

1.0.6

7 years ago

1.0.0

7 years ago

0.1.0

7 years ago