diff --git a/libs/utils/src/namespaces/tests/fonts.test.ts b/libs/utils/src/namespaces/tests/fonts.test.ts index bf408afb..58970feb 100644 --- a/libs/utils/src/namespaces/tests/fonts.test.ts +++ b/libs/utils/src/namespaces/tests/fonts.test.ts @@ -1,4 +1,4 @@ -import { describe, expect,it } from "vitest"; +import { describe, expect, it } from "vitest"; import { isLocalFont, localFonts } from "../fonts";