docs: update incorrect bullet text (#42839)
Fixes #42286 PR Close #42839
This commit is contained in:
parent
0b429d314f
commit
64bb7cd704
|
@ -344,6 +344,6 @@ After you've set up your application for testing, you may find the following tes
|
|||
* [Basics of testing components](guide/testing-components-basics)—discover the basics of testing Angular components.
|
||||
* [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.
|
||||
* [Testing pipes](guide/testing-pipes)—find out how to test pipes.
|
||||
* [Debugging tests](guide/test-debugging)—uncover common testing bugs.
|
||||
* [Testing utility APIs](guide/testing-utility-apis)—get familiar with Angular testing features.
|
||||
|
|
Loading…
Reference in New Issue