From 4a971a93b045b43e6b5754776d4dbf124f9a11f9 Mon Sep 17 00:00:00 2001 From: ramvignesh-b Date: Wed, 22 Apr 2026 16:55:43 +0530 Subject: [PATCH] fix: update util path in test --- frontend/src/utils/dateFormat.test.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/frontend/src/utils/dateFormat.test.ts b/frontend/src/utils/dateFormat.test.ts index 98f8198..b44e2e9 100644 --- a/frontend/src/utils/dateFormat.test.ts +++ b/frontend/src/utils/dateFormat.test.ts @@ -1,6 +1,5 @@ import { afterEach, beforeEach, describe, expect, it, vi } from "vitest"; -import { formatDate } from "../../../../../../../../../home/atom/Documents/code/pi_ku/frontend/src/utils/dateFormat"; -import { formatRelativeDate } from "./dateFormat"; +import { formatDate, formatRelativeDate } from "./dateFormat"; describe("formatRelativeDate", () => { beforeEach(() => {