fix: use main's EventDisplay.tsx and fix test imports
- Revert to main's EventDisplay.tsx (had wrong version from old commits) - Fix EventRepetition.test.tsx import path
This commit is contained in:
committed by
Benoit TELLIER
parent
ad56b71488
commit
6433086332
@@ -8,7 +8,7 @@ import {
|
|||||||
createEventHandlers,
|
createEventHandlers,
|
||||||
EventHandlersProps,
|
EventHandlersProps,
|
||||||
} from "../../../src/components/Calendar/handlers/eventHandlers";
|
} from "../../../src/components/Calendar/handlers/eventHandlers";
|
||||||
import EventPreviewModal from "../../../src/components/Event/EventDisplayPreview";
|
import EventPreviewModal from "../../../src/features/Events/EventDisplayPreview";
|
||||||
|
|
||||||
describe("Recurrence Event Behavior Tests", () => {
|
describe("Recurrence Event Behavior Tests", () => {
|
||||||
const mockOnClose = jest.fn();
|
const mockOnClose = jest.fn();
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user