Socket
Book a DemoInstallSign in
Socket

@taskr/jest

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@taskr/jest

Jest plugin for Taskr

latest
Source
npmnpm
Version
1.1.1
Version published
Maintainers
1
Created
Source

@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

Keywords

taskr

FAQs

Package last updated on 01 Aug 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts