Skip to content

Commit 560b6ec

Browse files
winniehellsouldzin
andcommitted
Apply suggestions from code review
Co-Authored-By: souldzin <4908127+souldzin@users.noreply.github.com>
1 parent 2d0a6df commit 560b6ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/api/enableAutoDestroy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
- **Usage:**
88

9-
`enableAutoDestroy` allows to destroy all created `Wrapper` instances using the passed hook function (for example [`afterEach`](https://jestjs.io/docs/en/api#aftereachfn-timeout)).
9+
`enableAutoDestroy` will destroy all created `Wrapper` instances using the passed hook function (for example [`afterEach`](https://jestjs.io/docs/en/api#aftereachfn-timeout)).
1010

1111
```js
1212
import { enableAutoDestroy, mount } from '@vue/test-utils'

0 commit comments

Comments
 (0)