style(11-05): prettier format EventForm.test.tsx WR-03 additions

This commit is contained in:
Lucas Berger
2026-06-14 08:26:00 -04:00
parent a04c76b823
commit a3aec2d21d
+2 -2
View File
@@ -1263,7 +1263,7 @@ const CUSTOM_ALARM_OCCURRENCE: CalendarOccurrence & { reminderIsCustom?: boolean
description: null, description: null,
hasRrule: false, hasRrule: false,
reminderLeadMinutes: null, // custom alarms cannot be reduced to a lead 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', () => { 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', title: 'Long-lead timed meeting',
start: '2026-12-15T10:00:00-05:00', start: '2026-12-15T10:00:00-05:00',
end: '2026-12-15T11: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, location: null,
description: null, description: null,
hasRrule: false, hasRrule: false,