Skip to content

Commit

Permalink
Fix jest test for MonthlyCalendarPickerView
Browse files Browse the repository at this point in the history
  • Loading branch information
nhanaa committed Oct 26, 2023
1 parent 165ee08 commit efb51cf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/views/MonthlyCalendarPickerView.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ describe('MonthlyCalendarPickerView', () => {
beforeEach(() => {
const mockUseDataRepository = useDataRepository;
mockUseDataRepository.mockReturnValue({
isLoaded: () => false
isLoaded: () => false,
getServicePointFromId: () => {}
});
});

Expand Down

0 comments on commit efb51cf

Please sign in to comment.