Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Apply suggestions from code review
Co-Authored-By: addityasingh <adisinghrajput@gmail.com>
  • Loading branch information
Trott and addityasingh authored May 6, 2019
commit 89ce7b296aab2ec78f39f726d8a34245abdfd81b
4 changes: 2 additions & 2 deletions BUILDING.md
Original file line number Diff line number Diff line change
Expand Up @@ -295,8 +295,8 @@ If you want to run the linter without running tests, use
`make lint`/`vcbuild lint`. It will run both JavaScript linting and
C++ linting.

If you are updating tests and just want to run tests in a single test file
(e.g. `test/parallel/test-stream2-transform.js`) to check it:
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
Expand Down