Skip to content

feat: add implementation for TopsortClient #97

feat: add implementation for TopsortClient

feat: add implementation for TopsortClient #97

Triggered via pull request August 12, 2024 20:32
Status Failure
Total duration 19s
Artifacts

test-bun.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

5 errors
error: expect(received).toEqual(expected): test/auctions.test.ts#L40
+ AppError { + body: "", + retry: false, + status: 401, + statusText: "Unauthorized", - { - body: {}, - retry: true, - status: 429, - statusText: "Too Many Requests", } - Expected - 5 + Received + 5 at /home/runner/work/topsort.js/topsort.js/test/auctions.test.ts:40:71 at /home/runner/work/topsort.js/topsort.js/test/auctions.test.ts:38:39
error: expect(received).toEqual(expected): test/auctions.test.ts#L50
+ AppError { + body: "", + retry: false, + status: 401, + statusText: "Unauthorized", - { - body: {}, - retry: true, - status: 500, - statusText: "Internal Server Error", } - Expected - 5 + Received + 5 at /home/runner/work/topsort.js/topsort.js/test/auctions.test.ts:50:71 at /home/runner/work/topsort.js/topsort.js/test/auctions.test.ts:48:36
error:: test/auctions.test.ts#L65
Expected promise that resolves Received promise that rejected: Promise { <rejected> } at /home/runner/work/topsort.js/topsort.js/test/auctions.test.ts:65:72 at /home/runner/work/topsort.js/topsort.js/test/auctions.test.ts:58:34
error:: test/events.test.ts#L58
Expected promise that resolves Received promise that rejected: Promise { <rejected> } at /home/runner/work/topsort.js/topsort.js/test/events.test.ts:58:68 at /home/runner/work/topsort.js/topsort.js/test/events.test.ts:52:34
Test
Process completed with exit code 1.