ソースを参照

Merge pull request #487 from guoxiao158/next

fix:优化actionsheet单元测试
love_forever 4 年 前
コミット
816b0a80d3
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
-    }
-  });
-});