Gulp Jest CLI
Installation
Using npm:
$ npm install gulp-jest-cli jest-cli --save-dev
Using yarn:
$ yarn add gulp-jest-cli jest-cli --dev
Usage
; gulp;
Jest docs for configuration options can be found here.
Configuration options via external file
; gulp;
Configuration options via package.json
; gulp;
Questions?
Feel free to reach out to me on Twitter @jmurzy.
Contributing
Contributions are very welcome: bug fixes, features, documentation, tests. Just make sure the CI is 👌.
#### License All pull requests that get merged will be made available under [the MIT license](https://github.com/jmurzy/gulp-jest-cli/blob/master/LICENSE.md), as the rest of the repository.