Skip to content

feat: add support for day-before reminders #53

feat: add support for day-before reminders

feat: add support for day-before reminders #53

Triggered via pull request February 13, 2025 08:13
Status Failure
Total duration 36s
Artifacts

test.yml

on: pull_request
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

4 errors
src/process_reminders.test.ts > processReminders > should send notifications for day before at specific hour: packages/usecase/src/process_reminders.test.ts#L149
AssertionError: expected "spy" to be called with arguments: [ '[email protected]', …(1) ] Received: Number of calls: 0 ❯ src/process_reminders.test.ts:149:54
src/process_reminders.test.ts > processReminders > should handle multiple attendees for the same event: packages/usecase/src/process_reminders.test.ts#L191
AssertionError: expected "spy" to be called with arguments: [ '[email protected]', …(1) ] Received: Number of calls: 0 ❯ src/process_reminders.test.ts:191:54
src/process_reminders.test.ts > processReminders > should handle multiple reminder settings for the same user: packages/usecase/src/process_reminders.test.ts#L242
AssertionError: expected "spy" to be called with arguments: [ '[email protected]', …(1) ] Received: Number of calls: 0 ❯ src/process_reminders.test.ts:242:54
test (20)
Process completed with exit code 1.