Skip to content

Commit 7656637

Browse files
committedJun 5, 2019
docs(contributing): updates the docs for the test
updated the docs for the test
1 parent 1b49075 commit 7656637

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎.github/CONTRIBUTING.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ In case you are suggesting a new feature, we will match your idea with our curre
122122
npm run test:packages
123123
```
124124
125-
- Test a single CLI test case:
125+
- Test a single CLI test case (must run from the root of the poject):
126126
127127
```bash
128128
npx jest path/to/my-test.js
@@ -161,7 +161,7 @@ In case you are suggesting a new feature, we will match your idea with our curre
161161
yarn test:packages
162162
```
163163
164-
- Test a single CLI test case:
164+
- Test a single CLI test case (must run from the root of the poject):
165165
166166
```bash
167167
yarn jest path/to/my-test.js

0 commit comments

Comments
 (0)
Please sign in to comment.