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 62ab32d commit 18b7c2eCopy full SHA for 18b7c2e
CONTRIBUTING.md renamed to .github/CONTRIBUTING.md
@@ -49,6 +49,8 @@ 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
+ - If jest is not installed globally
53
+ - `npm i -g jest`
54
- `jest path/to/my-test.js`
55
56
* To test linting:
@@ -72,6 +74,8 @@ yarn link webpack-cli
72
74
73
75
76
77
78
+ - `yarn global add jest`
79
80
81
0 commit comments