File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -49,9 +49,7 @@ npm link webpack-cli
49
49
- ` BIN_TEST_CASES_GREP=/myCase jest test/BinTestCases.test.js `
50
50
51
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 `
52
+ - ` yarn jest path/to/my-test.js `
55
53
56
54
* To test linting:
57
55
- ` npm run lint && npm run tslint `
@@ -74,9 +72,7 @@ yarn link webpack-cli
74
72
- ` BIN_TEST_CASES_GREP=/myCase jest test/BinTestCases.test.js `
75
73
76
74
* To test a single CLI (other type of) test case:
77
- - If jest is not installed globally
78
- - ` yarn global add jest `
79
- - ` jest path/to/my-test.js `
75
+ - ` yarn jest path/to/my-test.js `
80
76
81
77
* To test linting:
82
78
- ` yarn lint && yarn tslint `
You can’t perform that action at this time.
0 commit comments