Skip to content

Commit 891bce0

Browse files
authored
docs: update missed rename of import to test-utils as the new default (#2102)
Signed-off-by: Hilbrand Bouwkamp <hilbrand@h72.nl>
1 parent ec266f1 commit 891bce0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/fr/guide/extending-vtu/plugins.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ wrapper.findByTestId('name-input'); // retourne un VueWrapper ou DOMWrapper
9696
Implémentation du plugin&nbsp;:
9797

9898
```js
99-
import { config } from '@vue/test-utils-next';
99+
import { config } from '@vue/test-utils';
100100

101101
const DataTestIdPlugin = (wrapper) => {
102102
function findByTestId(selector) {

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-next'
106+
import { config } from '@vue/test-utils'
107107

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

0 commit comments

Comments
 (0)