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 b7cca58 commit 48d65fdCopy full SHA for 48d65fd
.github/CONTRIBUTING.md
@@ -50,9 +50,9 @@ npm link webpack-cli
50
51
* To test a single CLI (other type of) test case:
52
- `npx jest path/to/my-test.js`
53
- - You can also install jest globally and run tests without npx.
+ - You can also install jest globally and run tests without npx:
54
- `npm i -g jest`
55
- - If you have jest installed globally.
+ - If you have jest installed globally:
56
- `jest path/to/my-test.js`
57
58
* To test linting:
0 commit comments