IOP-Patho/vendor/bower-asset/fullcalendar-scheduler/tests/automated/misc/max-timeline-slots.js

7 lines
149 B
JavaScript
Raw Normal View History

2025-07-17 08:28:28 +00:00
describe('MAX_TIMELINE_SLOTS hook', function() {
it('is present', function() {
expect($.fullCalendar.MAX_TIMELINE_SLOTS).toBeTruthy()
})
})