We really want Parse to be yours, to see it grow and thrive in the open source community.
- Take testing seriously! Aim to increase the test coverage with every pull request.
- Run the tests for the file you are working on with
npm test spec/MyFile.spec.js
- 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
This project adheres to the [Open Code of Conduct](http://todogroup.org/opencodeofconduct/#Parse Server/[email protected]). By participating, you are expected to honor this code.