mirror of
				https://github.com/vuejs/babel-plugin-jsx.git
				synced 2025-10-31 17:32:32 +08:00 
			
		
		
		
	test: fix import
This commit is contained in:
		| @@ -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( | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user