Skip to content

Commit b7cca58

Browse files
committed
docs(contributing): update instructions to run individual tests
Updated instructions to run individual tests in contributing.md ISSUES CLOSED: #775
1 parent bc0297a commit b7cca58

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

‎.github/CONTRIBUTING.md‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,8 @@ npm link webpack-cli
5252
-`npx jest path/to/my-test.js`
5353
- You can also install jest globally and run tests without npx.
5454
-`npm i -g jest`
55+
- If you have jest installed globally.
56+
-`jest path/to/my-test.js`
5557

5658
* To test linting:
5759
-`npm run lint && npm run tslint`

0 commit comments

Comments
 (0)