types: test cases typing
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import Tag from '..';
|
||||
import { mount } from '@vue/test-utils';
|
||||
import { mount } from '../../../test';
|
||||
|
||||
test('should emit close event when clicking the close icon', () => {
|
||||
const wrapper = mount(Tag, {
|
||||
Reference in New Issue
Block a user