Skip to content

Commit cf49360

Browse files
committed
Remove updateState - v-model now supported through update
1 parent a9fe708 commit cf49360

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/vue-testing-library.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,6 @@ function render (TestComponent, {
7373
wrapper.setProps(_)
7474
return wait()
7575
},
76-
updateState: _ => wrapper.setData(_),
7776
...getQueriesForElement(wrapper.element.parentNode)
7877
}
7978
}

0 commit comments

Comments
 (0)