Skip to content

Commit 2750a4c

Browse files
committed
Clarify run tests step in contributing guidelines.
1 parent 9ce90b0 commit 2750a4c

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
@@ -7,7 +7,7 @@ We really want Parse to be yours, to see it grow and thrive in the open source c
77
##### Please Do's
88

99
* Take testing seriously! Aim to increase the test coverage with every pull request.
10-
* Run the tests for the file you are working on with `TESTING=1 (repo-root)/node_modules/jasmine/bin/jasmine.js spec/MyFile.spec.js`
10+
* Run the tests for the file you are working on with `npm test spec/MyFile.spec.js`
1111
* Run the tests for the whole project and look at the coverage report to make sure your tests are exhaustive by running `npm test` and looking at (project-root)/lcov-report/parse-server/FileUnderTest.js.html
1212

1313
##### Code of Conduct

0 commit comments

Comments
 (0)