Skip to content

Update all dependencies #396

Update all dependencies

Update all dependencies #396

Triggered via pull request November 18, 2024 19:54
Status Failure
Total duration 1m 15s
Artifacts

test.yml

on: pull_request
unit-tests
26s
unit-tests
integration-tests
1m 5s
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 113 to be 117 // Object.is equality - Expected + Received - 117 + 113 ❯ __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.