Skip to content

Commit

Permalink
Test log
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbarry committed Jan 22, 2024
1 parent 8f85e05 commit 4db62d7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions www/__tests__/notifScheduler.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -267,6 +267,8 @@ describe('updateScheduledNotifs', () => {
await updateScheduledNotifs(reminderSchemes, isScheduling, setIsScheduling, scheduledPromise);
const scheduledNotifs = await getScheduledNotifs(isScheduling, scheduledPromise);

console.log('test log');

expect(setIsScheduling).toHaveBeenCalledWith(true);
expect(logDebug).toHaveBeenCalledWith('After cancelling, there are no scheduled notifications');
expect(logDebug).toHaveBeenCalledWith(
Expand Down

0 comments on commit 4db62d7

Please sign in to comment.