Skip to content

Commit 1c48a24

Browse files
committed
docs: fix tests with Bazel link
1 parent 54f44bc commit 1c48a24

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,8 +120,7 @@ There are two different test suites which can be run locally:
120120
* Run a subset of the tests, use the full Bazel target example: `yarn bazel test //packages/schematics/angular:angular_test`
121121
* For a complete list of test targets use the following Bazel query: `yarn bazel query "tests(//packages/...)"`
122122

123-
You can find more info about debugging [tests with Bazel in the docs.]
124-
(https://github.com/angular/angular-cli/blob/master/docs/process/bazel.md#debugging-jasmine_node_test)
123+
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)
125124

126125
### End to end tests
127126
* Run: `node tests/legacy-cli/run_e2e.js`

scripts/templates/readme.ejs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,8 +128,7 @@ There are two different test suites which can be run locally:
128128
* Run a subset of the tests, use the full Bazel target example: `yarn bazel test //packages/schematics/angular:angular_test`
129129
* For a complete list of test targets use the following Bazel query: `yarn bazel query "tests(//packages/...)"`
130130

131-
You can find more info about debugging [tests with Bazel in the docs.]
132-
(https://github.com/angular/angular-cli/blob/master/docs/process/bazel.md#debugging-jasmine_node_test)
131+
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)
133132

134133
### End to end tests
135134
* Run: `node tests/legacy-cli/run_e2e.js`

0 commit comments

Comments
 (0)