chore(deps): Update all non-major dependencies #50
ci-cd.yml
on: pull_request
install dependencies (pnpm)
15s
check linting (prettier)
18s
tests
1m 6s
Annotations
4 errors and 1 warning
src/API/getSkyblockAuction.test.ts > getSkyblockAuction (Player):
src/API/getSkyblockAuction.test.ts#L175
AssertionError: expected undefined to be defined
❯ src/API/getSkyblockAuction.test.ts:175:29
❯ src/API/getSkyblockAuction.test.ts:169:18
❯ src/API/getSkyblockAuction.test.ts:129:8
|
src/API/getSkyblockAuctionsByPlayer.test.ts > getSkyblockAuctionsByPlayer:
src/API/getSkyblockAuctionsByPlayer.test.ts#L111
AssertionError: expected undefined to be defined
❯ src/API/getSkyblockAuctionsByPlayer.test.ts:111:29
❯ src/API/getSkyblockAuctionsByPlayer.test.ts:105:18
❯ src/API/getSkyblockAuctionsByPlayer.test.ts:38:8
|
src/API/getSkyblockAuctionsByPlayer.test.ts > getSkyblockAuctionsByPlayer (Item Bytes):
src/API/getSkyblockAuctionsByPlayer.test.ts#L222
AssertionError: expected undefined to be defined
❯ src/API/getSkyblockAuctionsByPlayer.test.ts:222:29
❯ src/API/getSkyblockAuctionsByPlayer.test.ts:216:18
❯ src/API/getSkyblockAuctionsByPlayer.test.ts:150:8
|
tests
Process completed with exit code 1.
|
check linting (eslint):
src/Client.ts#L43
'Client' was used before it was defined
|