From 140f28fbbfdc848ac0e9d81298c5e45c67edba84 Mon Sep 17 00:00:00 2001 From: Wisdom Date: Thu, 18 Apr 2024 10:25:14 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=8D=A7=20fix:=20tests=20eslint?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- __tests__/IconFont.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/__tests__/IconFont.spec.ts b/__tests__/IconFont.spec.ts index afa652b..dd4e435 100644 --- a/__tests__/IconFont.spec.ts +++ b/__tests__/IconFont.spec.ts @@ -1,4 +1,4 @@ -import { expect, describe, it } from 'vitest' +import { describe, expect, it } from 'vitest' import { mount } from '@vue/test-utils' import IconFontComponent from '@/components/IconFont/index.vue'