mirror of
https://github.com/youzan/vant.git
synced 2026-05-07 01:01:01 +08:00
types: test cases typing
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import Col from '..';
|
||||
import Row from '../../row';
|
||||
import { mount } from '@vue/test-utils';
|
||||
import { mount } from '../../../test';
|
||||
|
||||
test('should render Col correcly', () => {
|
||||
const wrapper = mount(Col, {
|
||||
Reference in New Issue
Block a user