mirror of
https://github.com/nodejs/node.git
synced 2024-11-29 15:06:33 +01:00
doc: improve example single-test command
Changes example command to refer to the full test directory: `./test/parallel/` instead of `./parallel/` PR-URL: https://github.com/nodejs/node/pull/29171 Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
This commit is contained in:
parent
188896ea3e
commit
287c3abdc6
@ -328,7 +328,7 @@ If you are updating tests and want to run tests in a single test file
|
||||
(e.g. `test/parallel/test-stream2-transform.js`):
|
||||
|
||||
```text
|
||||
$ python tools/test.py parallel/test-stream2-transform.js
|
||||
$ python tools/test.py test/parallel/test-stream2-transform.js
|
||||
```
|
||||
|
||||
You can execute the entire suite of tests for a given subsystem
|
||||
|
Loading…
Reference in New Issue
Block a user