Skip to content

Commit cb93537

Browse files
nlm-profilipesilva
authored andcommitted
docs: be more specific about E2E suite
specify that these instructions are for the E2E suite only
1 parent 0b11b07 commit cb93537

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/angular/cli/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ You can also use `ng new foo --link-cli` to automatically link the `@angular/cli
181181
Please read the official [npm-link documentation](https://docs.npmjs.com/cli/link)
182182
and the [npm-link cheatsheet](http://browsenpm.org/help#linkinganynpmpackagelocally) for more information.
183183

184-
To run the Angular CLI test suite use the `node ./tests/legacy-cli/run_e2e` command.
184+
To run the Angular CLI E2E test suite, use the `node ./tests/legacy-cli/run_e2e` command.
185185
It can also receive a filename to only run that test (e.g. `node ./tests/legacy-cli/run_e2e tests/legacy-cli/e2e/tests/build/dev-build.ts`).
186186

187187
As part of the test procedure, all packages will be built and linked.

0 commit comments

Comments
 (0)