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
4949 - ` BIN_TEST_CASES_GREP=/myCase jest test/BinTestCases.test.js `
5050
5151* 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 `
5553
5654* To test linting:
5755 - ` npm run lint && npm run tslint `
@@ -74,9 +72,7 @@ yarn link webpack-cli
7472 - ` BIN_TEST_CASES_GREP=/myCase jest test/BinTestCases.test.js `
7573
7674* 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 `
8076
8177* To test linting:
8278 - ` yarn lint && yarn tslint `
You can’t perform that action at this time.
0 commit comments