style: remove not used var

pull/3771/head
tanjinzhou 2021-03-16 15:43:25 +08:00
parent 7b76eb7f00
commit 3985a2b6ee
1 changed files with 1 additions and 1 deletions

View File

@ -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);