fix(tests): stabilize CI across default branch and timing #5
Annotations
4 errors
|
release
Process completed with exit code 1.
|
|
error: expect(received).toHaveLength(expected):
tests/lib/job-state.test.ts#L368
Expected length: 0
Received length: 1
at <anonymous> (/home/runner/work/opencode-mission-control/opencode-mission-control/tests/lib/job-state.test.ts:368:23)
|
|
error::
tests/lib/job-state.test.ts#L202
Expected promise
Received: undefined
at <anonymous> (/home/runner/work/opencode-mission-control/opencode-mission-control/tests/lib/job-state.test.ts:202:79)
at <anonymous> (/home/runner/work/opencode-mission-control/opencode-mission-control/tests/lib/job-state.test.ts:201:47)
|
|
error: expect(received).toBe(expected):
tests/lib/job-state.test.ts#L195
Expected: "completed"
Received: "running"
at <anonymous> (/home/runner/work/opencode-mission-control/opencode-mission-control/tests/lib/job-state.test.ts:195:31)
|