Feat/upcoming reminder #66
Annotations
3 errors and 1 warning
src/get_remind_targets.test.ts > getRemindTargets > should return reminder targets for day before at specific hour:
packages/usecase/src/get_remind_targets.test.ts#L167
AssertionError: expected [ { …(4) } ] to deeply equal [ { …(4) } ]
- Expected
+ Received
[
{
"message": "Custom reminder: Event 1 tomorrow at 01:00.",
"notificationType": "console",
- "sendAt": 2023-06-01T10:00:00.000Z,
+ "sendAt": 2023-06-01T19:00:00.000Z,
"target": "[email protected]",
},
]
❯ src/get_remind_targets.test.ts:167:21
|
src/get_remind_targets.test.ts > getRemindTargets > should return reminder targets for multiple attendees of the same event:
packages/usecase/src/get_remind_targets.test.ts#L212
AssertionError: expected [ { …(4) }, { …(4) } ] to deeply equal [ { …(4) }, { …(4) } ]
- Expected
+ Received
[
{
"message": "Custom reminder: Event 1 tomorrow at 01:00.",
"notificationType": "console",
- "sendAt": 2023-06-01T10:00:00.000Z,
+ "sendAt": 2023-06-01T19:00:00.000Z,
"target": "[email protected]",
},
{
"message": "Custom reminder: Event 1 tomorrow at 01:00.",
"notificationType": "webhook",
- "sendAt": 2023-06-01T10:00:00.000Z,
+ "sendAt": 2023-06-01T19:00:00.000Z,
"target": "[email protected]",
},
]
❯ src/get_remind_targets.test.ts:212:21
|
test (20)
Process completed with exit code 1.
|
test (20)
Cache not found for keys: node-cache-Linux-x64-pnpm-2c0878d1fd1c8cf6023754ddf03161273739a581b1016a33dcb47ede6beef014
|