mirror of
https://github.com/youzan/vant.git
synced 2025-10-22 11:54:02 +00:00
[Improvement] Optimize demo test (#1053)
This commit is contained in:
@@ -1,9 +1,6 @@
|
||||
import SubmitBar from '../';
|
||||
import demoTest from '../../../test/demo-test';
|
||||
import { mount } from '@vue/test-utils';
|
||||
|
||||
demoTest(SubmitBar);
|
||||
|
||||
test('submit', () => {
|
||||
const wrapper = mount(SubmitBar, {
|
||||
propsData: {
|
||||
|
Reference in New Issue
Block a user