diff --git a/README.md b/README.md index d8179b1d157c..af0d07aa24af 100644 --- a/README.md +++ b/README.md @@ -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` diff --git a/scripts/templates/readme.ejs b/scripts/templates/readme.ejs index 6dfdc841e65b..5ceccecf322f 100644 --- a/scripts/templates/readme.ejs +++ b/scripts/templates/readme.ejs @@ -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`