Skip to content

Sorterer varsler

Sorterer varsler #99

Triggered via pull request July 1, 2024 13:34
Status Failure
Total duration 27s
Artifacts

pr-test.yml

on: pull_request
build-and-test
18s
build-and-test
Fit to window
Zoom out
Zoom in

Annotations

2 errors
error: expect(received).toEqual(expected): packages/server/src/notifications.test.ts#L74
[ { + channels: [ + "SMS" + ], + date: "2023-07-04T11:47:02.280367+02:00", + id: "c", + link: "https://developer.mozilla.org/", + masked: false, + text: "omg", + type: "message", - channels: [], - date: "2023-07-04T11:41:02.280367+02:00", - id: "a", - masked: true, - type: "task", }, { channels: [ "SMS", "EPOST" ], date: "2023-07-04T11:43:02.280367+02:00", id: "b", link: "http://example.com", masked: false, text: "wat", type: "task", }, { + channels: [], + date: "2023-07-04T11:41:02.280367+02:00", + id: "a", + masked: true, + type: "task", - channels: [ - "SMS" - ], - date: "2023-07-04T11:47:02.280367+02:00", - id: "c", - link: "https://developer.mozilla.org/", - masked: false, - text: "omg", - type: "message", } ] - Expected - 14 + Received + 14 at /home/runner/work/decorator-next/decorator-next/packages/server/src/notifications.test.ts:74:9
build-and-test
Process completed with exit code 1.