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'