You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ We really want Parse to be yours, to see it grow and thrive in the open source c
7
7
##### Please Do's
8
8
9
9
* 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 ./node_modules/jasmine/bin/jasmine.js --filter="MyFile"` (from repo root)
10
+
* Run the tests for the file you are working on with `TESTING=1 (repo-root)/node_modules/jasmine/bin/jasmine.js spec/ParseFile.spec.js`
11
11
* 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
0 commit comments