forked from GitHubMirrors/silverbullet-icalendar
test(icalendar): Reproduce Unknown RRULE property error
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user