Updated id generation to avoid duplicate key problem, event link is g… #3045
Annotations
5 errors
src/Resources/tests/unit/stores/dashboardStore.spec.ts#L96
TypeError: Cannot read properties of undefined (reading 'participations')
❯ tests/unit/stores/dashboardStore.spec.ts:96:53
|
src/Resources/tests/unit/stores/eventsStore.spec.ts#L108
AssertionError: expected { id: 49, …(3) } to deeply equal { id: 48, …(3) }
- Expected
+ Received
Object {
- "id": 48,
+ "id": 49,
"public": true,
"slug": "alumni-afterwork",
"title": "Alumni Afterwork",
}
❯ tests/unit/stores/eventsStore.spec.ts:108:41
|
src/Resources/tests/unit/stores/eventsStore.spec.ts#L158
AssertionError: expected [ { id: 47, …(3) }, { id: 49, …(3) } ] to have a length of 3 but got 2
- Expected
+ Received
- 3
+ 2
❯ tests/unit/stores/eventsStore.spec.ts:158:23
|
src/Resources/src/stores/weeksStore.ts#L260
TypeError: Cannot convert undefined or null to object
❯ getMenuDay src/stores/weeksStore.ts:260:47
❯ tests/unit/stores/weeksStore.spec.ts:98:25
|
|
This job failed
Loading