We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent 18b7c2e commit 126cf55Copy full SHA for 126cf55
.github/CONTRIBUTING.md
@@ -49,9 +49,7 @@ 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`
+ - `yarn jest path/to/my-test.js`
55
56
* To test linting:
57
- `npm run lint && npm run tslint`
@@ -74,9 +72,7 @@ yarn link webpack-cli
74
72
75
73
76
77
78
- - `yarn global add jest`
79
80
81
82
- `yarn lint && yarn tslint`
0 commit comments