add TEST_GREP example clarification [skip ci] (#6013)
This commit is contained in:
parent
1563221171
commit
5c45753cd6
@ -120,6 +120,12 @@ Use the `TEST_GREP` variable to run a subset of tests by name:
|
|||||||
$ TEST_GREP=transformation make test
|
$ TEST_GREP=transformation make test
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Substitute spaces for hyphens and forward slashes when targeting specific test names:
|
||||||
|
|
||||||
|
```sh
|
||||||
|
$ TEST_GREP="arrow functions destructuring parameters" make test
|
||||||
|
```
|
||||||
|
|
||||||
To enable the Node.js debugger added in v6.3.0, set the `TEST_DEBUG` environment variable:
|
To enable the Node.js debugger added in v6.3.0, set the `TEST_DEBUG` environment variable:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user