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.
2 parents cd2cd15 + 7b55569 commit 4836428Copy full SHA for 4836428
CONTRIBUTING.md
@@ -105,7 +105,7 @@ Currently all tests are in `jscomp/test` directory and you should either add/mod
105
- Run the tests:
106
`mocha -R list jscomp/test/your_test_file.js`
107
To build libs, tests and run all tests:
108
- `make libs && make -C test all && npm test`
+ `make libs && make -C jscomp/test all && npm test`
109
110
- See the coverage: `npm run cover`
111
0 commit comments