ソースを参照

fix: 优化actionsheet 单元测试

guoxiaoxiao8 4 年 前
コミット
6ab71894c9
1 ファイル変更0 行追加11 行削除
  1. 0 11
      src/packages/__VUE/actionsheet/__tests__/action.spec.ts

+ 0 - 11
src/packages/__VUE/actionsheet/__tests__/action.spec.ts

@@ -1,11 +0,0 @@
-import Icon from '../../icon/index.vue';
-import ActionSheet from '../index.vue';
-
-import { mount } from '@vue/test-utils';
-test('base', () => {
-  const wrapper = mount(ActionSheet, {
-    props: {
-      visible: true
-    }
-  });
-});