diff --git a/apps/pwa/src/components/EventForm.test.tsx b/apps/pwa/src/components/EventForm.test.tsx index fec3962..87e4290 100644 --- a/apps/pwa/src/components/EventForm.test.tsx +++ b/apps/pwa/src/components/EventForm.test.tsx @@ -1263,7 +1263,7 @@ const CUSTOM_ALARM_OCCURRENCE: CalendarOccurrence & { reminderIsCustom?: boolean description: null, hasRrule: false, reminderLeadMinutes: null, // custom alarms cannot be reduced to a lead - reminderIsCustom: true, // CR-01 new field: signals absolute/multi alarm + reminderIsCustom: true, // CR-01 new field: signals absolute/multi alarm }; describe('EventForm — Phase 11 Plan 05 CR-01: custom alarm round-trip', () => { @@ -1348,7 +1348,7 @@ const TIMED_OFFLIST_10080_OCCURRENCE: CalendarOccurrence = { title: 'Long-lead timed meeting', start: '2026-12-15T10:00:00-05:00', end: '2026-12-15T11:00:00-05:00', - allDay: false, // timed — 10080 is off-list + allDay: false, // timed — 10080 is off-list location: null, description: null, hasRrule: false,