We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b76eb7 commit 3985a2bCopy full SHA for 3985a2b
components/popconfirm/__tests__/index.test.js
@@ -1,5 +1,5 @@
1
import { mount } from '@vue/test-utils';
2
-import { asyncExpect, sleep } from '@/tests/utils';
+import { asyncExpect } from '@/tests/utils';
3
import Popconfirm from '..';
4
function $$(className) {
5
return document.body.querySelectorAll(className);
0 commit comments