Skip to content

Commit

Permalink
update: 修改Swiper测试文件
Browse files Browse the repository at this point in the history
  • Loading branch information
ljnMeow committed Aug 15, 2023
1 parent c942ed5 commit dfbd0f5
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions packages/nice2cu-ui/src/nSwiper/__test__/Swiper.test.ts
Original file line number Diff line number Diff line change
@@ -1,15 +1,13 @@
import { expect, describe, test } from 'vitest';
import { createApp, nextTick } from 'vue';
import { createApp } from 'vue';
import { mount } from '@vue/test-utils';
import { delay } from '../../../utils/tools';
import { SwiperState } from '../SwiperProps';

document.body.innerHTML = '<script></script>';

import nSwiper from '../';
import nswiperVue from '../Swiper.vue';
import nSwiperItem from '../../nSwiperItem';
import nSwiperItemVue from '../../nSwiperItem/SwiperItem.vue';

const Wrapper = {
components: {
Expand Down

0 comments on commit dfbd0f5

Please sign in to comment.