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 0414363 commit 36bd876Copy full SHA for 36bd876
docs/user-event/intro.mdx
@@ -80,7 +80,7 @@ test('render with a setup function', async () => {
80
```
81
82
Note that, while directly invoking APIs such as `userEvent.click()` (which will
83
-trigger `setup` internally) is (still supported in
84
-v14)[https://testing-library.com/docs/user-event/setup#direct-apis], this option
+trigger `setup` internally) is [still supported in
+v14](https://testing-library.com/docs/user-event/setup#direct-apis), this option
85
exists to ease the migration from v13 to v14, and for simple tests. We recommend
86
using the methods on the instances returned by `userEvent.setup()`.
0 commit comments