mirror of
https://github.com/ramvignesh-b/pi-ku.git
synced 2026-05-04 08:56:52 +00:00
fix: update util path in test
This commit is contained in:
@@ -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(() => {
|
||||
|
||||
Reference in New Issue
Block a user