[Improvement] Optimize demo test (#1053)

This commit is contained in:
neverland
2018-05-12 16:08:09 +08:00
committed by GitHub
parent 4de1e7da55
commit a3c1e49eee
147 changed files with 582 additions and 513 deletions
-3
View File
@@ -1,8 +1,5 @@
import { shallow } from '@vue/test-utils';
import Actionsheet from '../';
import demoTest from '../../../test/demo-test';
demoTest(Actionsheet);
test('callback events', () => {
const callback = jest.fn();