test: fix import

This commit is contained in:
三咲智子 Kevin Deng 2024-09-07 05:14:12 +08:00
parent 4ccb306305
commit ef190179e2
No known key found for this signature in database

View File

@ -1,5 +1,5 @@
import { mount, shallowMount } from '@vue/test-utils'; 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 () => { test('input[type="checkbox"] should work', async () => {
const wrapper = shallowMount( const wrapper = shallowMount(