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 126cf55 commit bc0297aCopy full SHA for bc0297a
.github/CONTRIBUTING.md
@@ -49,7 +49,9 @@ npm link webpack-cli
49
- `BIN_TEST_CASES_GREP=/myCase jest test/BinTestCases.test.js`
50
51
* To test a single CLI (other type of) test case:
52
- - `yarn jest path/to/my-test.js`
+ - `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
56
* To test linting:
57
- `npm run lint && npm run tslint`
0 commit comments