Browse Source

style: remove not used var

pull/3771/head
tanjinzhou 4 years ago
parent
commit
3985a2b6ee
  1. 2
      components/popconfirm/__tests__/index.test.js

2
components/popconfirm/__tests__/index.test.js

@ -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…
Cancel
Save