Skip to content

Commit 40a652c

Browse files
vldmrklalexkrolick
authored andcommitted
Fix link to recipes (#2235)
1 parent ddbd064 commit 40a652c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/docs/addons-test-utils.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ it('can render and update a counter', () => {
124124

125125
- 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.
126126

127-
- The [`recipes`](/docs/recipes.html) document contains more details on how `act()` behaves, with examples and usage.
127+
- The [`recipes`](/docs/testing-recipes.html) document contains more details on how `act()` behaves, with examples and usage.
128128

129129
* * *
130130

0 commit comments

Comments
 (0)