Skip to content

Commit 1a25a7b

Browse files
authored
fix: typo in cleanup link (#672)
1 parent 6c0b219 commit 1a25a7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/react-testing-library/setup.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ install @babel/polyfill (if you're using babel 7) or babel-polyfill (for babel
295295

296296
### Skipping Auto Cleanup
297297

298-
[`Cleanup`](./api#cleanup) is called after each test automatically by default if
298+
[`Cleanup`](api.mdx#cleanup) is called after each test automatically by default if
299299
the testing framework you're using supports the `afterEach` global (like mocha,
300300
Jest, and Jasmine). However, you may choose to skip the auto cleanup by setting
301301
the `RTL_SKIP_AUTO_CLEANUP` env variable to 'true'. You can do this with

0 commit comments

Comments
 (0)