Skip to content

test: fix tests tz #408

test: fix tests tz

test: fix tests tz #408

Triggered via push June 10, 2025 10:35
Status Failure
Total duration 40s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

cd-scripts.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

4 errors
Test
Process completed with exit code 1.
src/lib/recurring-event.test.ts > RecurringEvent > should execute recurring event with storage: src/lib/recurring-event.test.ts#L136
Error: Snapshot `RecurringEvent > should execute recurring event with storage 1` mismatched - Expected + Received [ { "value": [], }, { - "lastRun": 1999-12-31T21:00:00.000Z, + "lastRun": 2000-01-01T00:00:00.000Z, "restoreAfterOffline": false, }, ] ❯ src/lib/recurring-event.test.ts:136:30
src/lib/recurring-event.test.ts > RecurringEvent > should execute recurring event at specified time after server was offline: src/lib/recurring-event.test.ts#L108
Error: Snapshot `RecurringEvent > should execute recurring event at specified time after server was offline 2` mismatched - Expected + Received { - "lastRun": 1999-12-31T21:00:00.000Z, + "lastRun": 2000-01-01T00:00:00.000Z, "restoreAfterOffline": false, } ❯ src/lib/recurring-event.test.ts:108:35
src/lib/recurring-event.test.ts > RecurringEvent > should execute recurring event at specified time after server was offline: src/lib/recurring-event.test.ts#L39
Error: Snapshot `RecurringEvent > should execute recurring event at specified time after server was offline 1` mismatched - Expected + Received { - "lastRun": 1999-12-30T21:00:00.000Z, + "lastRun": 1999-12-31T00:00:00.000Z, "restoreAfterOffline": false, } ❯ src/lib/recurring-event.test.ts:39:35