From 8a45f2de4d094b58bae75256ecbf2d02452b5264 Mon Sep 17 00:00:00 2001 From: sahil Date: Wed, 5 Nov 2025 19:08:38 +0530 Subject: [PATCH] =?UTF-8?q?fixed=20issue=20[Bug]=20=20Fixes=20#2435?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- libs/utils/src/namespaces/tests/fonts.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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";