We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d40a660 commit e96a4aaCopy full SHA for e96a4aa
1 file changed
BUILDING.md
@@ -295,7 +295,8 @@ If you want to run the linter without running tests, use
295
`make lint`/`vcbuild lint`. It will run both JavaScript linting and
296
C++ linting.
297
298
-If you are updating tests and just want to run a single test (e.g. `test/parallel/test-stream2-transform.js`) to check it:
+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`:
300
301
```text
302
$ python tools/test.py -J --mode=release parallel/test-stream2-transform
0 commit comments