Skip to content

Commit

Permalink
docs: update missed rename of import to test-utils as the new default (
Browse files Browse the repository at this point in the history
…#2102)

Signed-off-by: Hilbrand Bouwkamp <hilbrand@h72.nl>
  • Loading branch information
Hilbrand committed Jun 22, 2023
1 parent ec266f1 commit 891bce0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/fr/guide/extending-vtu/plugins.md
Expand Up @@ -96,7 +96,7 @@ wrapper.findByTestId('name-input'); // retourne un VueWrapper ou DOMWrapper
Implémentation du plugin&nbsp;:

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

const DataTestIdPlugin = (wrapper) => {
function findByTestId(selector) {
Expand Down
2 changes: 1 addition & 1 deletion docs/guide/extending-vtu/plugins.md
Expand Up @@ -103,7 +103,7 @@ wrapper.findByTestId('name-input') // returns a VueWrapper or DOMWrapper
Implementation of the plugin:

```js
import { config } from '@vue/test-utils-next'
import { config } from '@vue/test-utils'

const DataTestIdPlugin = (wrapper) => {
function findByTestId(selector) {
Expand Down

0 comments on commit 891bce0

Please sign in to comment.