Browse Source

missed link in fast navigation added (#2289)

main
Sergei Cherniaev 6 years ago
committed by Dan
parent
commit
519a3aec91
  1. 3
      content/docs/testing-recipes.md

3
content/docs/testing-recipes.md

@ -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. 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) - [`act()`](#act)
- [Rendering](#rendering)
- [Data Fetching](#data-fetching) - [Data Fetching](#data-fetching)
- [Mocking Modules](#mocking-modules) - [Mocking Modules](#mocking-modules)
- [Events](#events) - [Events](#events)

Loading…
Cancel
Save