https://github.com/lukeed/fly-jest
Jest plugin for Fly
https://github.com/lukeed/fly-jest
fly fly-plugin jest testing
Last synced: 20 days ago
JSON representation
Jest plugin for Fly
- Host: GitHub
- URL: https://github.com/lukeed/fly-jest
- Owner: lukeed
- License: other
- Created: 2017-04-18T01:39:32.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-18T01:54:48.000Z (about 9 years ago)
- Last Synced: 2025-11-13T21:02:01.601Z (7 months ago)
- Topics: fly, fly-plugin, jest, testing
- Language: JavaScript
- Size: 36.1 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# fly-jest [![][travis-badge]][travis-link]
> [Jest](https://facebook.github.io/jest/) plugin for _[Fly](https://github.com/flyjs/fly)_.
## Install
```sh
npm install --save-dev fly-jest
```
## Usage
```js
exports.test = function * (fly) {
yield fly.source('test/**/*.js').jest({
bail: true,
notify: true
});
}
```
## API
### .jest(options)
See [Jest's Configuration Options](https://facebook.github.io/jest/docs/configuration.html#options) to see the available options.
## License
MIT © [Luke Edwards](https://lukeed.com)
[travis-link]: https://travis-ci.org/lukeed/fly-jest
[travis-badge]: http://img.shields.io/travis/lukeed/fly-jest.svg?style=flat-square