feat: test front
This commit is contained in:
parent
78721e7ffa
commit
a68fef8a5b
|
@ -46,6 +46,7 @@ describe('Component vnCalendar', () => {
|
|||
|
||||
expect(controller.month).toEqual(previousMonth.getMonth());
|
||||
expect(controller.emit).toHaveBeenCalledWith('move', {$date: previousMonth});
|
||||
expect(controller.getStates).toHaveBeenCalledWith({$day: previousMonth});
|
||||
});
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in New Issue