Skip to content

Commit

Permalink
fix: issue 83
Browse files Browse the repository at this point in the history
  • Loading branch information
kobenguyent committed Jun 20, 2022
1 parent 3149527 commit e1bb519
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Thanks for getting here because you have a good will to improve CodeceptJS-testr
To start you need:

1. Fork and clone the repo.
2. Run `npm i` to install all required libraries
2. Run `npm i` to install needed libraries
3. Do the changes.
4. Add/Update Test (if possible)
5. Update documentation
Expand All @@ -32,4 +32,4 @@ npm run test-server
```sh
npm run acceptance_test
```
Note: please check the db.json after the tests execution to not commit any changes.
Note: please check the db.json after the test execution to not commit any changes.

0 comments on commit e1bb519

Please sign in to comment.