From 1c48a24e92e471d5375c93070e9729aa270b7101 Mon Sep 17 00:00:00 2001 From: Alan Agius Date: Tue, 26 Jan 2021 09:16:35 +0100 Subject: [PATCH] docs: fix tests with Bazel link --- README.md | 3 +-- scripts/templates/readme.ejs | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) 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`