7 lines
149 B
JavaScript
7 lines
149 B
JavaScript
|
|
|
||
|
|
describe('MAX_TIMELINE_SLOTS hook', function() {
|
||
|
|
it('is present', function() {
|
||
|
|
expect($.fullCalendar.MAX_TIMELINE_SLOTS).toBeTruthy()
|
||
|
|
})
|
||
|
|
})
|