4856-worker.time-control #1375
|
@ -46,6 +46,7 @@ describe('Component vnCalendar', () => {
|
||||||
|
|
||||||
expect(controller.month).toEqual(previousMonth.getMonth());
|
expect(controller.month).toEqual(previousMonth.getMonth());
|
||||||
expect(controller.emit).toHaveBeenCalledWith('move', {$date: previousMonth});
|
expect(controller.emit).toHaveBeenCalledWith('move', {$date: previousMonth});
|
||||||
|
expect(controller.getStates).toHaveBeenCalledWith({$day: previousMonth});
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue