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 { afterEach, beforeEach, describe, expect, it, vi } from "vitest";
|
||||||
import { formatDate } from "../../../../../../../../../home/atom/Documents/code/pi_ku/frontend/src/utils/dateFormat";
|
import { formatDate, formatRelativeDate } from "./dateFormat";
|
||||||
import { formatRelativeDate } from "./dateFormat";
|
|
||||||
|
|
||||||
describe("formatRelativeDate", () => {
|
describe("formatRelativeDate", () => {
|
||||||
beforeEach(() => {
|
beforeEach(() => {
|
||||||
|
|||||||
Reference in New Issue
Block a user