Skip to content

Commit

Permalink
Merge pull request #923 from pranshuchittora/docs/contributing
Browse files Browse the repository at this point in the history
docs(contributing): updates the docs for the test
  • Loading branch information
evenstensberg authored Jun 5, 2019
2 parents 3752468 + be88ca9 commit eda3345
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 @@ -122,7 +122,7 @@ In case you are suggesting a new feature, we will match your idea with our curre
npm run test:packages
```
- Test a single CLI test case:
- Test a single CLI test case (must run from root of the poject):
```bash
npx jest path/to/my-test.js
Expand Down Expand Up @@ -161,7 +161,7 @@ In case you are suggesting a new feature, we will match your idea with our curre
yarn test:packages
```
- Test a single CLI test case:
- Test a single CLI test case (must run from root of the poject):
```bash
yarn jest path/to/my-test.js
Expand Down

0 comments on commit eda3345

Please sign in to comment.