Skip to content

Commit

Permalink
docs: fix tests with Bazel link
Browse files Browse the repository at this point in the history
  • Loading branch information
alan-agius4 committed Jan 28, 2021
1 parent 54f44bc commit 1c48a24
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down
3 changes: 1 addition & 2 deletions scripts/templates/readme.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down

0 comments on commit 1c48a24

Please sign in to comment.