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
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,7 @@ We really want Parse to be yours, to see it grow and thrive in the open source c
9
9
* Take testing seriously! Aim to increase the test coverage with every pull request.
10
10
* Run the tests for the file you are working on with `npm test spec/MyFile.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
12
+
* Lint your code by running `npm run lint` to make sure all your code is not gonna be rejected by the CI.
0 commit comments