style: remove not used var
parent
7b76eb7f00
commit
3985a2b6ee
|
@ -1,5 +1,5 @@
|
||||||
import { mount } from '@vue/test-utils';
|
import { mount } from '@vue/test-utils';
|
||||||
import { asyncExpect, sleep } from '@/tests/utils';
|
import { asyncExpect } from '@/tests/utils';
|
||||||
import Popconfirm from '..';
|
import Popconfirm from '..';
|
||||||
function $$(className) {
|
function $$(className) {
|
||||||
return document.body.querySelectorAll(className);
|
return document.body.querySelectorAll(className);
|
||||||
|
|
Loading…
Reference in New Issue