Skip to content

Commit f52a8c7

Browse files
committed
remove unused unit test for calendar module
1 parent 25e02b4 commit f52a8c7

1 file changed

Lines changed: 0 additions & 23 deletions

File tree

tests/unit/modules/default/calendar/calendar_fetcher_utils_spec.js

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -114,28 +114,5 @@ END:VEVENT`);
114114
expect(januaryFirst[0].toISOString(true)).toContain("09:00:00.000+01:00");
115115
expect(julyFirst[0].toISOString(true)).toContain("09:00:00.000+02:00");
116116
});
117-
118-
it("debug", () => {
119-
const data = ical.parseICS(`BEGIN:VEVENT
120-
DTSTART;TZID=America/New_York:20240918T183000
121-
DTEND;TZID=America/New_York:20240918T203000
122-
RRULE:FREQ=WEEKLY;BYDAY=WE
123-
EXDATE;TZID=America/New_York:20241127T183000
124-
EXDATE;TZID=America/New_York:20241225T183000
125-
DTSTAMP:20250122T045443Z
126-
UID:_@google.com
127-
CREATED:20240916T131843Z
128-
LAST-MODIFIED:20241222T235014Z
129-
SEQUENCE:0
130-
STATUS:CONFIRMED
131-
SUMMARY:Derby
132-
TRANSP:OPAQUE
133-
END:VEVENT`);
134-
135-
const filteredEvents = CalendarFetcherUtils.filterEvents(data, defaultConfig);
136-
137-
console.log(filteredEvents);
138-
139-
});
140117
});
141118
});

0 commit comments

Comments
 (0)