Skip to content

Update all dependencies #404

Update all dependencies

Update all dependencies #404

Triggered via pull request November 23, 2024 06:49
Status Failure
Total duration 1m 22s
Artifacts

test.yml

on: pull_request
unit-tests
26s
unit-tests
integration-tests
1m 14s
integration-tests
Fit to window
Zoom out
Zoom in

Annotations

6 errors
__tests__/server/functions/update-schedule.test.ts > updateSchedule > should update the schedule in the database if there are new games: src/server/functions/update-schedule.ts#L26
TypeError: Cannot read properties of undefined (reading 'name') ❯ src/server/functions/update-schedule.ts:26:58 ❯ src/server/functions/update-schedule.ts:22:22 ❯ Module.updateSchedule src/server/functions/update-schedule.ts:21:36 ❯ __tests__/server/functions/update-schedule.test.ts:65:9
__tests__/server/functions/update-schedule.test.ts > updateSchedule > should update game if changed: src/server/functions/update-schedule.ts#L26
TypeError: Cannot read properties of undefined (reading 'name') ❯ src/server/functions/update-schedule.ts:26:58 ❯ src/server/functions/update-schedule.ts:22:22 ❯ Module.updateSchedule src/server/functions/update-schedule.ts:21:36 ❯ __tests__/server/functions/update-schedule.test.ts:171:9
unit-tests
Process completed with exit code 1.
__tests__/integration/update-game-stats.test.ts > updateGameStats > should add new game stats when some are in db: __tests__/integration/update-game-stats.test.ts#L52
AssertionError: expected 128 to be 134 // Object.is equality - Expected + Received - 134 + 128 ❯ __tests__/integration/update-game-stats.test.ts:52:28
__tests__/integration/update-schedule.test.ts > updateSchedule > should update scores of games in db: __tests__/integration/update-schedule.test.ts#L93
AssertionError: expected -1 to be 104 // Object.is equality - Expected + Received - 104 + -1 ❯ __tests__/integration/update-schedule.test.ts:93:49 ❯ __tests__/integration/update-schedule.test.ts:91:29
integration-tests
Process completed with exit code 1.