Skip to content

Commit

Permalink
missed link in fast navigation added (#2289)
Browse files Browse the repository at this point in the history
  • Loading branch information
shdq authored and gaearon committed Aug 26, 2019
1 parent ac9f9f1 commit 519a3ae
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion content/docs/testing-recipes.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,9 @@ Common testing patterns for React components.
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.

- [Setup/Teardown ](#setup--teardown)
- [Setup/Teardown](#setup--teardown)
- [`act()`](#act)
- [Rendering](#rendering)
- [Data Fetching](#data-fetching)
- [Mocking Modules](#mocking-modules)
- [Events](#events)
Expand Down

0 comments on commit 519a3ae

Please sign in to comment.