Skip to content

Commit

Permalink
Fix a minor typo in Contributing
Browse files Browse the repository at this point in the history
  • Loading branch information
gaearon committed Dec 21, 2015
1 parent d872c25 commit 14d8593
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ We will do our best to keep `master` in good shape, with tests passing at all ti

Use `grunt test` to run the full test suite with PhantomJS.

This command is just a facade to [Jest](https://facebook.github.io/jest/). You may optionally `npm install -g jest-cli` run and use Jest commands directly to have more control over how tests are executed.
This command is just a facade to [Jest](https://facebook.github.io/jest/). You may optionally run `npm install -g jest-cli` and use Jest commands directly to have more control over how tests are executed.

For example, `jest --watch` lets you automatically run the test suite on every file change.

Expand Down

0 comments on commit 14d8593

Please sign in to comment.