Skip to content

Commit

Permalink
Fix one file testing instructions (#898)
Browse files Browse the repository at this point in the history
* Fix testing specific tests instructions

* avoid confusion with file names
  • Loading branch information
jeffbseeking committed Jun 2, 2020
1 parent 942e635 commit 612cef4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Expand Up @@ -47,10 +47,10 @@ While developing you may want to test only on node.js:
yarn test
```

...or only one test file:
...or only specific tests based on describe text:

```sh
yarn test test/some.test.js
yarn test --grep 'my test description'
```

...or run each time a file changes:
Expand Down

0 comments on commit 612cef4

Please sign in to comment.