Skip to content

Commit ef19017

Browse files
committed
test: fix import
1 parent 4ccb306 commit ef19017

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/babel-plugin-jsx/test/v-model.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { mount, shallowMount } from '@vue/test-utils';
2-
import { type VNode, defineComponent } from '@vue/runtime-dom';
2+
import { type VNode, defineComponent } from 'vue';
33

44
test('input[type="checkbox"] should work', async () => {
55
const wrapper = shallowMount(

0 commit comments

Comments
 (0)