fix: update util path in test

This commit is contained in:
ramvignesh-b
2026-04-22 16:55:43 +05:30
parent 27b725e8ec
commit 4a971a93b0
+1 -2
View File
@@ -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(() => {