From 3985a2b6ee3e82a2a5781a327e01d8aeccf1399f Mon Sep 17 00:00:00 2001 From: tanjinzhou <415800467@qq.com> Date: Tue, 16 Mar 2021 15:43:25 +0800 Subject: [PATCH] style: remove not used var --- components/popconfirm/__tests__/index.test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);