Skip to content

Commit 4836428

Browse files
authored
Merge pull request #2668 from zploskey/patch-1
[contributing] fix `make -C` command for tests
2 parents cd2cd15 + 7b55569 commit 4836428

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ Currently all tests are in `jscomp/test` directory and you should either add/mod
105105
- Run the tests:
106106
`mocha -R list jscomp/test/your_test_file.js`
107107
To build libs, tests and run all tests:
108-
`make libs && make -C test all && npm test`
108+
`make libs && make -C jscomp/test all && npm test`
109109

110110
- See the coverage: `npm run cover`
111111

0 commit comments

Comments
 (0)