Skip to content

Commit

Permalink
docs(contributing): update instructions to run individual tests
Browse files Browse the repository at this point in the history
Updated instructions to run individual tests in contributing.md

ISSUES CLOSED: #775
  • Loading branch information
anshumanv committed Mar 6, 2019
1 parent bc0297a commit b7cca58
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ npm link webpack-cli
- `npx jest path/to/my-test.js`
- You can also install jest globally and run tests without npx.
- `npm i -g jest`
- If you have jest installed globally.
- `jest path/to/my-test.js`

* To test linting:
- `npm run lint && npm run tslint`
Expand Down

0 comments on commit b7cca58

Please sign in to comment.