4856-worker.time-control #1375

Merged
joan merged 32 commits from 4856-worker.time-control into dev 2023-03-16 06:39:02 +00:00
1 changed files with 1 additions and 0 deletions
Showing only changes of commit a68fef8a5b - Show all commits

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