File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -96,7 +96,7 @@ wrapper.findByTestId('name-input'); // retourne un VueWrapper ou DOMWrapper
96
96
Implémentation du plugin  ; :
97
97
98
98
``` js
99
- import { config } from ' @vue/test-utils-next ' ;
99
+ import { config } from ' @vue/test-utils' ;
100
100
101
101
const DataTestIdPlugin = (wrapper ) => {
102
102
function findByTestId (selector ) {
Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ wrapper.findByTestId('name-input') // returns a VueWrapper or DOMWrapper
103
103
Implementation of the plugin:
104
104
105
105
``` js
106
- import { config } from ' @vue/test-utils-next '
106
+ import { config } from ' @vue/test-utils'
107
107
108
108
const DataTestIdPlugin = (wrapper ) => {
109
109
function findByTestId (selector ) {
You can’t perform that action at this time.
0 commit comments