Skip to content

Commit

Permalink
test: fix bad reference to vtu package
Browse files Browse the repository at this point in the history
  • Loading branch information
dobromir-hristov committed Jan 14, 2020
1 parent 8ea8918 commit 4378963
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/specs/wrapper.spec.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { describeWithShallowAndMount } from '~resources/utils'
import { enableAutoDestroy, resetAutoDestroyState } from '~vue/test-utils'
import { enableAutoDestroy, resetAutoDestroyState } from '@vue/test-utils'

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

0 comments on commit 4378963

Please sign in to comment.