mirror of
https://github.com/reactjs/react.dev.git
synced 2026-02-23 20:23:08 +00:00
Fix link to recipes (#2235)
This commit is contained in:
committed by
Alex Krolick
parent
ddbd064d41
commit
40a652c781
@@ -124,7 +124,7 @@ it('can render and update a counter', () => {
|
||||
|
||||
- Don't forget that dispatching DOM events only works when the DOM container is added to the `document`. You can use a library like [React Testing Library](https://testing-library.com/react) to reduce the boilerplate code.
|
||||
|
||||
- The [`recipes`](/docs/recipes.html) document contains more details on how `act()` behaves, with examples and usage.
|
||||
- The [`recipes`](/docs/testing-recipes.html) document contains more details on how `act()` behaves, with examples and usage.
|
||||
|
||||
* * *
|
||||
|
||||
|
||||
Reference in New Issue
Block a user