chore: wip #19
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
8 errors
|
publish-commit
Process completed with exit code 1.
|
|
test
Process completed with exit code 1.
|
|
error: expect(received).toBe(expected):
test/async_fifo_queue.test.ts#L160
Expected: [ undefined, undefined, undefined, undefined, undefined, undefined, undefined, undefined,
undefined, undefined
]
Received: serializes to the same string
at <anonymous> (/home/runner/work/bullish/bullish/test/async_fifo_queue.test.ts:160:21)
|
|
error: expect(received).toBe(expected):
test/async_fifo_queue.test.ts#L139
Expected: [
100, 250, 570, 10, 50, 400, 125, 300, 460, 60, 100, 200
]
Received: serializes to the same string
at <anonymous> (/home/runner/work/bullish/bullish/test/async_fifo_queue.test.ts:139:21)
|
|
error: expect(received).toBe(expected):
test/async_fifo_queue.test.ts#L99
Expected: [ 10, 50, 100, 125, 200, 250, 300, 400, 460, 570 ]
Received: serializes to the same string
at <anonymous> (/home/runner/work/bullish/bullish/test/async_fifo_queue.test.ts:99:21)
|
|
error: expect(received).toBe(expected):
test/async_fifo_queue.test.ts#L74
Expected: [ 1, 2, 3, 4, 5 ]
Received: serializes to the same string
at <anonymous> (/home/runner/work/bullish/bullish/test/async_fifo_queue.test.ts:74:21)
|
|
typecheck
Process completed with exit code 2.
|
|
lint
Process completed with exit code 1.
|