We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25c041b commit 52fac8eCopy full SHA for 52fac8e
docs/user-event/intro.mdx
@@ -36,7 +36,7 @@ to test interaction with your components.
36
37
## Writing tests with `userEvent`
38
39
-We recommend to use [`userEvent.setup()`](setup) when rendering your component
+We recommend to use [`userEvent.setup()`](setup.mdx) when rendering your component
40
and inline that rendering and setup in your test or use a setup function.
41
We discourage rendering or using any `userEvent` functions outside of the test
42
itself - e.g. in a `before`/`after` hook - for reasons described in
0 commit comments