Skip to content

Commit

Permalink
docs(contributing): updates the docs for the test
Browse files Browse the repository at this point in the history
updated the docs for the test
  • Loading branch information
pranshuchittora committed Jun 5, 2019
1 parent 1b49075 commit 7656637
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/CONTRIBUTING.md
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 the 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 the root of the poject):

```bash
yarn jest path/to/my-test.js
Expand Down

0 comments on commit 7656637

Please sign in to comment.