Skip to content

Commit

Permalink
Add note about PhantomJS for Windows users
Browse files Browse the repository at this point in the history
  • Loading branch information
localjo committed Dec 19, 2017
1 parent 795c21b commit 47ab475
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,9 @@ Please lint your code with `npm run lint`. Our style rules are defined in `.styl

### Unit Tests

All of the unit tests for this project need to pass before your submission will be accepted. You can run `npm test` in the command line after making changes to verify that the tests pass. If you add new functionality, please consider adding tests for that functionality as well.
All of the unit tests for this project need to pass before your submission will be accepted. You can run `npm build && npm test` in the command line after making changes to verify that the tests pass. If you add new functionality, please consider adding tests for that functionality as well.

Note for Windows users: `npm test` may fail unless you [install PhantomJS manually](http://phantomjs.org/download.html).

### End-to-end Tests

Expand Down

0 comments on commit 47ab475

Please sign in to comment.