Skip to content

Update all dependencies #327

Update all dependencies

Update all dependencies #327

Triggered via pull request October 8, 2024 21:23
Status Failure
Total duration 1m 18s
Artifacts

test.yml

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

Annotations

4 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
__tests__/server/scrapes/scrape-players.test.ts > scrapePlayers > should return an array of players with correct attributes: __tests__/server/scrapes/scrape-players.test.ts#L22
AssertionError: expected false to be truthy ❯ __tests__/server/scrapes/scrape-players.test.ts:22:37 ❯ __tests__/server/scrapes/scrape-players.test.ts:12:17
unit-tests
Process completed with exit code 1.