From 3a65c9ad4e38c2c36c8e4121d52dd5c4b232714e Mon Sep 17 00:00:00 2001 From: Rob Phoenix Date: Wed, 17 Oct 2018 14:48:01 +0100 Subject: [PATCH] docs: Update link to angular-cli repo (#26497) PR Close #26497 --- aio/content/guide/testing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aio/content/guide/testing.md b/aio/content/guide/testing.md index a49f9f34df..322bdac301 100644 --- a/aio/content/guide/testing.md +++ b/aio/content/guide/testing.md @@ -429,7 +429,7 @@ Many developers feel this approach is cleaner and more explicit than the traditional `beforeEach()` style. Although this testing guide follows the tradition style and -the default [CLI schematics](https://github.com/angular/devkit) +the default [CLI schematics](https://github.com/angular/angular-cli) generate test files with `beforeEach()` and `TestBed`, feel free to adopt _this alternative approach_ in your own projects.