Add a note about using the --grep option to focus test runs.
This commit is contained in:
parent
76301a7713
commit
b07341a1f7
@ -40,6 +40,12 @@ running them with `mocha`:
|
|||||||
$ mocha test/transformation.js
|
$ mocha test/transformation.js
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Use mocha's `--grep` option to run a subset of tests by name:
|
||||||
|
|
||||||
|
```sh
|
||||||
|
$ mocha test/transformation.js --grep es7
|
||||||
|
```
|
||||||
|
|
||||||
#### Workflow
|
#### Workflow
|
||||||
|
|
||||||
* Fork the repository
|
* Fork the repository
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user