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 6c0b219 commit 1a25a7bCopy full SHA for 1a25a7b
docs/react-testing-library/setup.mdx
@@ -295,7 +295,7 @@ install @babel/polyfill (if you're using babel 7) or babel-polyfill (for babel
295
296
### Skipping Auto Cleanup
297
298
-[`Cleanup`](./api#cleanup) is called after each test automatically by default if
+[`Cleanup`](api.mdx#cleanup) is called after each test automatically by default if
299
the testing framework you're using supports the `afterEach` global (like mocha,
300
Jest, and Jasmine). However, you may choose to skip the auto cleanup by setting
301
the `RTL_SKIP_AUTO_CLEANUP` env variable to 'true'. You can do this with
0 commit comments