Skip to content

Commit 12fe8af

Browse files
BrendonHenriqueBrendon Silva
andauthored
docs: import missing DOMWrapper on Implementation of the plugin section (#2519)
Co-authored-by: Brendon Silva <[email protected]>
1 parent 26d1739 commit 12fe8af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guide/extending-vtu/plugins.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ wrapper.findByTestId('name-input') // returns a VueWrapper or DOMWrapper
103103
Implementation of the plugin:
104104

105105
```js
106-
import { config } from '@vue/test-utils'
106+
import { config, DOMWrapper} from '@vue/test-utils'
107107

108108
const DataTestIdPlugin = (wrapper) => {
109109
function findByTestId(selector) {

0 commit comments

Comments
 (0)