mirror of
https://github.com/youzan/vant.git
synced 2026-05-07 01:01:01 +08:00
test: adjust mount import source
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import Search from '..';
|
||||
import { mount } from '../../../test';
|
||||
import { mount } from '@vue/test-utils';
|
||||
|
||||
test('input event', () => {
|
||||
const onInput = jest.fn();
|
||||
|
||||
Reference in New Issue
Block a user