We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ea8918 commit 4378963Copy full SHA for 4378963
test/specs/wrapper.spec.js
@@ -1,5 +1,5 @@
1
import { describeWithShallowAndMount } from '~resources/utils'
2
-import { enableAutoDestroy, resetAutoDestroyState } from '~vue/test-utils'
+import { enableAutoDestroy, resetAutoDestroyState } from '@vue/test-utils'
3
4
describeWithShallowAndMount('Wrapper', mountingMethod => {
5
;['vnode', 'element', 'vm', 'options'].forEach(property => {
0 commit comments