Skip to content

Commit ef88502

Browse files
authored
Fix anchor link to #render under cleanUp (testing-library#717)
1 parent 01a1964 commit ef88502

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/vue-testing-library/api.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ See a working example of `update` in the
223223

224224
## `cleanup`
225225

226-
Unmounts Vue trees that were mounted with [render](#render).
226+
Unmounts Vue trees that were mounted with [render](#rendercomponent-options-callback).
227227

228228
> If you are using an environment that supports `afterEach` hook (as in Jest),
229229
> there's no need to call `cleanup` manually. Vue Testing Library handles it for

0 commit comments

Comments
 (0)