missed link in fast navigation added (#2289)

This commit is contained in:
Sergei Cherniaev
2019-08-26 12:38:59 +03:00
committed by Dan
parent ac9f9f1a4a
commit 519a3aec91

View File

@@ -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)