| 1 | import googleCalendarPlugin from '@fullcalendar/google-calendar' |
| 2 | import classicThemePlugin from 'fullcalendar/themes/classic' // need both |
| 3 | import themeForTestsPlugin from '../lib/theme-for-tests' // " |
| 4 | import dayGridPlugin from 'fullcalendar/daygrid' |
nothing calls this directly
no test coverage detected