Skip to content

Commit

Permalink
test: fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
sxzz committed Sep 6, 2024
1 parent 4ccb306 commit ef19017
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/babel-plugin-jsx/test/v-model.test.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { mount, shallowMount } from '@vue/test-utils';
import { type VNode, defineComponent } from '@vue/runtime-dom';
import { type VNode, defineComponent } from 'vue';

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

0 comments on commit ef19017

Please sign in to comment.