Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
yoavniran committed Mar 16, 2017
1 parent 49806e8 commit 4366b3e
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ A Helper to generate [Jest](https://facebook.github.io/jest/) configuration for
Since System JS applies its own logic for how to resolve dependencies Jest cannot locate them while running.
This library helps you test your app with Jest by generating the correct mappings configuration Jest understands.

> Gulp users see: [gulp-jest-jspm](https://www.npmjs.com/package/gulp-jest-jspm)
## Usage

Install:
Expand Down Expand Up @@ -46,11 +48,4 @@ The options accepted by the make method are:
> **nodeModules** - location of node modules dir (default: "./node_modules")
> **displayWarnings** - whether the plugin will output warnings to console (default: false)

This library is used by the following packages:

[gulp-jest-jspm](https://www.npmjs.com/package/gulp-jest-jspm)

[grunt-jest-jspm](https://www.npmjs.com/package/grunt-jest-jspm)
> **displayWarnings** - whether the plugin will output warnings to console (default: false)

0 comments on commit 4366b3e

Please sign in to comment.