Skip to content

Commit e370b93

Browse files
oallouchdplewis
authored andcommitted
Update CONTRIBUTING.md (#5624)
* Update CONTRIBUTING.md in "npm run test:win" , the ":win" msut be removed I think it's because of the cross-env * also removing the :win from coverage:win * Update CONTRIBUTING.md
1 parent cc6d474 commit e370b93

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -48,12 +48,8 @@ Once you have babel running in watch mode, you can start making changes to parse
4848
### Please Do's
4949

5050
* Begin by reading the [Development Guide](http://docs.parseplatform.org/parse-server/guide/#development-guide) to learn how to get started running the parse-server.
51-
* Take testing seriously! Aim to increase the test coverage with every pull request. To obtain the test coverage of the project, run:
52-
* **Windows**: `npm run coverage:win`
53-
* **Unix**: `npm run coverage`
54-
* Run the tests for the file you are working on with the following command:
55-
* **Windows**: `npm run test:win spec/MyFile.spec.js`
56-
* **Unix**: `npm test spec/MyFile.spec.js`
51+
* Take testing seriously! Aim to increase the test coverage with every pull request. To obtain the test coverage of the project, run: `npm run coverage`
52+
* Run the tests for the file you are working on with the following command: `npm test spec/MyFile.spec.js`
5753
* Run the tests for the whole project to make sure the code passes all tests. This can be done by running the test command for a single file but removing the test file argument. The results can be seen at *<PROJECT_ROOT>/coverage/lcov-report/index.html*.
5854
* Lint your code by running `npm run lint` to make sure the code is not going to be rejected by the CI.
5955
* **Do not** publish the *lib* folder.

0 commit comments

Comments
 (0)