[#352] update exceptions on all update without reseting them (#510)

* [#352] update exceptions on all update without reseting them

* [#352] added tests
This commit is contained in:
Camille Moussu
2026-02-11 11:20:10 +01:00
committed by GitHub
parent 6b42597a2c
commit fad1dfe4c5
6 changed files with 792 additions and 92 deletions
@@ -9,6 +9,7 @@ import { renderWithProviders } from "../../utils/Renderwithproviders";
jest.mock("@/features/Events/EventApi");
jest.mock("@/features/Calendars/CalendarApi");
jest.mock("@/features/Events/api/updateSeries");
describe("EventUpdateModal - Recurring Event 'Edit All' Handling", () => {
const mockOnClose = jest.fn();