Skip to content

Commit 519a3ae

Browse files
shdqgaearon
authored andcommitted
missed link in fast navigation added (#2289)
1 parent ac9f9f1 commit 519a3ae

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

content/docs/testing-recipes.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,9 @@ Common testing patterns for React components.
1414
1515
On this page, we will primarily use function components. However, these testing strategies don't depend on implementation details, and work just as well for class components too.
1616

17-
- [Setup/Teardown ](#setup--teardown)
17+
- [Setup/Teardown](#setup--teardown)
1818
- [`act()`](#act)
19+
- [Rendering](#rendering)
1920
- [Data Fetching](#data-fetching)
2021
- [Mocking Modules](#mocking-modules)
2122
- [Events](#events)

0 commit comments

Comments
 (0)