mirror of
https://github.com/youzan/vant.git
synced 2025-10-20 02:31:21 +00:00
types: test cases typing
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import Search from '..';
|
||||
import { mount } from '@vue/test-utils';
|
||||
import { mount } from '../../../test';
|
||||
|
||||
test('should emit update:modelValue event when input value changed', () => {
|
||||
const onUpdateModelValue = jest.fn();
|
||||
|
Reference in New Issue
Block a user