Sorterer varsler #98
Annotations
2 errors
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
|
|
The logs for this run have expired and are no longer available.
Loading