mirror of
https://github.com/vuejs/babel-plugin-jsx.git
synced 2025-01-10 08:19:10 +08:00
test: fix import
This commit is contained in:
parent
4ccb306305
commit
ef190179e2
@ -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(
|
||||||
|
Loading…
Reference in New Issue
Block a user