diff --git a/components/popconfirm/__tests__/index.test.js b/components/popconfirm/__tests__/index.test.js index 26fbc1315..fdef08dd0 100644 --- a/components/popconfirm/__tests__/index.test.js +++ b/components/popconfirm/__tests__/index.test.js @@ -1,5 +1,5 @@ import { mount } from '@vue/test-utils'; -import { asyncExpect, sleep } from '@/tests/utils'; +import { asyncExpect } from '@/tests/utils'; import Popconfirm from '..'; function $$(className) { return document.body.querySelectorAll(className);