We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc0297a commit b7cca58Copy full SHA for b7cca58
.github/CONTRIBUTING.md
@@ -52,6 +52,8 @@ npm link webpack-cli
52
- `npx jest path/to/my-test.js`
53
- You can also install jest globally and run tests without npx.
54
- `npm i -g jest`
55
+ - If you have jest installed globally.
56
+ - `jest path/to/my-test.js`
57
58
* To test linting:
59
- `npm run lint && npm run tslint`
0 commit comments