Skip to content

Commit

Permalink
doc: Fix lint by breaking line
Browse files Browse the repository at this point in the history
  • Loading branch information
addityasingh committed May 5, 2019
1 parent d40a660 commit e96a4aa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion BUILDING.md
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +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 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
e.g. To just run the tests in `test/parallel/test-stream2-transform.js`:

```text
$ python tools/test.py -J --mode=release parallel/test-stream2-transform
Expand Down

0 comments on commit e96a4aa

Please sign in to comment.