1
0
mirror of https://github.com/angular/angular-cli.git synced 2025-05-22 23:15:56 +08:00

docs: fix tests with Bazel link

This commit is contained in:
Alan Agius 2021-01-26 09:16:35 +01:00
parent 54f44bc49a
commit 1c48a24e92
2 changed files with 2 additions and 4 deletions
README.md
scripts/templates

@ -120,8 +120,7 @@ There are two different test suites which can be run locally:
* Run a subset of the tests, use the full Bazel target example: `yarn bazel test //packages/schematics/angular:angular_test`
* For a complete list of test targets use the following Bazel query: `yarn bazel query "tests(//packages/...)"`
You can find more info about debugging [tests with Bazel in the docs.]
(https://github.com/angular/angular-cli/blob/master/docs/process/bazel.md#debugging-jasmine_node_test)
You can find more info about debugging [tests with Bazel in the docs.](https://github.com/angular/angular-cli/blob/master/docs/process/bazel.md#debugging-jasmine_node_test)
### End to end tests
* Run: `node tests/legacy-cli/run_e2e.js`

@ -128,8 +128,7 @@ There are two different test suites which can be run locally:
* Run a subset of the tests, use the full Bazel target example: `yarn bazel test //packages/schematics/angular:angular_test`
* For a complete list of test targets use the following Bazel query: `yarn bazel query "tests(//packages/...)"`
You can find more info about debugging [tests with Bazel in the docs.]
(https://github.com/angular/angular-cli/blob/master/docs/process/bazel.md#debugging-jasmine_node_test)
You can find more info about debugging [tests with Bazel in the docs.](https://github.com/angular/angular-cli/blob/master/docs/process/bazel.md#debugging-jasmine_node_test)
### End to end tests
* Run: `node tests/legacy-cli/run_e2e.js`