Skip to content

Commit ba2ab76

Browse files
committed
Update CONTRIBUTING.md
1 parent c9deec3 commit ba2ab76

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@ Once you have babel running in watch mode, you can start making changes to parse
114114
* 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`
115115
* Run the tests for the file you are working on with the following command: `npm test spec/MyFile.spec.js`
116116
* 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*.
117+
* Format your code by running `npm run prettier` followed by `npm run lint-fix`.
117118
* Lint your code by running `npm run lint` to make sure the code is not going to be rejected by the CI.
118119
* **Do not** publish the *lib* folder.
119120
* Mocks belong in the `spec/support` folder.

0 commit comments

Comments
 (0)