mirror of
https://github.com/vuejs/babel-plugin-jsx.git
synced 2024-11-10 09:39:14 +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 { type VNode, defineComponent } from '@vue/runtime-dom';
|
||||
import { type VNode, defineComponent } from 'vue';
|
||||
|
||||
test('input[type="checkbox"] should work', async () => {
|
||||
const wrapper = shallowMount(
|
||||
|
Loading…
Reference in New Issue
Block a user