Skip to content

Commit 4378963

Browse files
test: fix bad reference to vtu package
1 parent 8ea8918 commit 4378963

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: test/specs/wrapper.spec.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { describeWithShallowAndMount } from '~resources/utils'
2-
import { enableAutoDestroy, resetAutoDestroyState } from '~vue/test-utils'
2+
import { enableAutoDestroy, resetAutoDestroyState } from '@vue/test-utils'
33

44
describeWithShallowAndMount('Wrapper', mountingMethod => {
55
;['vnode', 'element', 'vm', 'options'].forEach(property => {

0 commit comments

Comments
 (0)