Skip to content

Commit 3985a2b

Browse files
committed
style: remove not used var
1 parent 7b76eb7 commit 3985a2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/popconfirm/__tests__/index.test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { mount } from '@vue/test-utils';
2-
import { asyncExpect, sleep } from '@/tests/utils';
2+
import { asyncExpect } from '@/tests/utils';
33
import Popconfirm from '..';
44
function $$(className) {
55
return document.body.querySelectorAll(className);

0 commit comments

Comments
 (0)