Co-authored-by: Camille Moussu <cmoussu@linagora.com>
This commit is contained in:
@@ -7,7 +7,7 @@ import {
|
||||
searchEvent,
|
||||
} from "@/features/Events/EventApi";
|
||||
import { CalendarEvent } from "@/features/Events/EventsTypes";
|
||||
import { calendarEventToJCal } from "@/features/Events/eventUtils";
|
||||
import { calendarEventToJCal } from "@/features/Events/utils";
|
||||
import { clientConfig } from "@/features/User/oidcAuth";
|
||||
import { api } from "@/utils/apiUtils";
|
||||
|
||||
|
||||
@@ -8,7 +8,7 @@ import {
|
||||
normalizeRepetition,
|
||||
normalizeTimezone,
|
||||
parseCalendarEvent,
|
||||
} from "@/features/Events/eventUtils";
|
||||
} from "@/features/Events/utils";
|
||||
|
||||
describe("parseCalendarEvent", () => {
|
||||
const baseColor = { light: "#00FF00" };
|
||||
|
||||
Reference in New Issue
Block a user