(options: CalendarOptions)
| 31 | // --------------------------------------------------------------------------------------------------------------------- |
| 32 | |
| 33 | function pushOptions(options: CalendarOptions) { |
| 34 | beforeEach(() => { |
| 35 | optionsStack.push(options) |
| 36 | }) |
| 37 | } |
| 38 | |
| 39 | // called within an `it` |
| 40 | // needs to be called *before* initCalendar |
no outgoing calls
no test coverage detected
searching dependent graphs…