File tree Expand file tree Collapse file tree
tests/unit/modules/default/calendar Expand file tree Collapse file tree Original file line number Diff line number Diff 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} ) ;
You can’t perform that action at this time.
0 commit comments