feat: test front

This commit is contained in:
Vicent Llopis 2023-03-08 09:51:09 +01:00
parent 78721e7ffa
commit a68fef8a5b
1 changed files with 1 additions and 0 deletions

View File

@ -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});
});
});