Skip to content

Commit

Permalink
Merge pull request #2668 from zploskey/patch-1
Browse files Browse the repository at this point in the history
[contributing] fix `make -C` command for tests
  • Loading branch information
bobzhang committed Mar 22, 2018
2 parents cd2cd15 + 7b55569 commit 4836428
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Expand Up @@ -105,7 +105,7 @@ Currently all tests are in `jscomp/test` directory and you should either add/mod
- Run the tests:
`mocha -R list jscomp/test/your_test_file.js`
To build libs, tests and run all tests:
`make libs && make -C test all && npm test`
`make libs && make -C jscomp/test all && npm test`

- See the coverage: `npm run cover`

Expand Down

0 comments on commit 4836428

Please sign in to comment.