docs: fix incorrect link "Debugging tests" (#40379)

update the "Debugging tests" link from "guide/testing-attribute-directives" to "guide/test-debugging"
PR Close #40379
This commit is contained in:
Anuj Bhatnagar 2021-01-10 14:46:58 +05:30 committed by atscott
parent 74175f84ea
commit 9a024d82ec
1 changed files with 1 additions and 1 deletions

View File

@ -287,7 +287,7 @@ After you've set up your app for testing, you may find the following testing gu
* [Component testing scenarios](guide/testing-components-scenarios)—read about the various kinds of component testing scenarios and use cases.
* [Testing attribute directives](guide/testing-attribute-directives)—learn about how to test your attribute directives.
* [Testing pipes](guide/testing-pipes)—find out how to test attribute directives.
* [Debugging tests](guide/testing-attribute-directives)—uncover common testing bugs.
* [Debugging tests](guide/test-debugging)—uncover common testing bugs.
* [Testing utility APIs](guide/testing-utility-apis)—get familiar with Angular testing features.