test(icalendar): Reproduce Unknown RRULE property error

This commit is contained in:
2026-02-20 13:20:14 -08:00
parent 6b621083b9
commit 150fe04410

View File

@@ -182,7 +182,7 @@ Deno.test("expandRecurrences - object rrule (Reproduction of missing events)", (
const icsEvent = {
summary: "Object RRULE Event",
start: startStr,
rrule: { freq: "WEEKLY", byday: "MO" } // Simulating object rrule
rrule: { frequency: "WEEKLY", byday: "MO" } // Simulating object rrule with verbose key
};
// Spy on console.warn