Skip to content

Commit 0b105ac

Browse files
committed
doc: Fix review comments
1 parent e96a4aa commit 0b105ac

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

BUILDING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -295,11 +295,11 @@ If you want to run the linter without running tests, use
295295
`make lint`/`vcbuild lint`. It will run both JavaScript linting and
296296
C++ linting.
297297

298-
If you are updating tests and just want to run a single test to check it
299-
e.g. To just run the tests in `test/parallel/test-stream2-transform.js`:
298+
If you are updating tests and just want to run tests in a single test file
299+
(e.g. `test/parallel/test-stream2-transform.js`) to check it:
300300

301301
```text
302-
$ python tools/test.py -J --mode=release parallel/test-stream2-transform
302+
$ python tools/test.py parallel/test-stream2-transform.js
303303
```
304304

305305
You can execute the entire suite of tests for a given subsystem

0 commit comments

Comments
 (0)