import { config } from '@fullcalendar/core/internal' beforeEach(() => { // On real devices, when a click-like touch interaction happens, there is a preiod of time where mouse events // are ignores. Since ignore peroid is global, and might span across tests, disable it. // The simulates touch events do not fire these mouse events anyway. config.touchMouseIgnoreWait = 0 // increase the default timeout jasmine.DEFAULT_TIMEOUT_INTERVAL = 30000 })