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
9696Implémentation du plugin  ; :
9797
9898``` js
99- import { config } from ' @vue/test-utils-next ' ;
99+ import { config } from ' @vue/test-utils' ;
100100
101101const DataTestIdPlugin = (wrapper ) => {
102102 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
103103Implementation of the plugin:
104104
105105``` js
106- import { config } from ' @vue/test-utils-next '
106+ import { config } from ' @vue/test-utils'
107107
108108const DataTestIdPlugin = (wrapper ) => {
109109 function findByTestId (selector ) {
You can’t perform that action at this time.
0 commit comments