Skip to content

Commit

Permalink
Update CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hipstersmoothie committed Jul 31, 2018
1 parent 08dbab0 commit 020acbc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,19 +40,19 @@ You can use the coverage report to help with missed tests, but you must be aware

While developing you may want to test only on node.js:
```
$ run test:node:once
$ run test:node
```
...or only one test file:
```
$ run test:node:run test/some.test.js
$ run test:node test/some.test.js
```
...or run each time a file changes:
```
$ run test:node:watch
```
...or test only in a specific browser:
```
$ npm run test:browser:once -- --browsers Firefox
$ npm run test:browser -- --browsers Firefox
```
For more options and project management tools see: `npm run`

Expand Down

0 comments on commit 020acbc

Please sign in to comment.