Skip to content

feat: Added the ability to prevent wrapping by artifically setting no… #110

feat: Added the ability to prevent wrapping by artifically setting no…

feat: Added the ability to prevent wrapping by artifically setting no… #110

Triggered via push January 7, 2026 00:02
Status Failure
Total duration 22s
Artifacts
build-and-test
18s
build-and-test
Fit to window
Zoom out
Zoom in

Annotations

3 errors
build-and-test
Process completed with exit code 1.
src/pty/sequential-pty.test.ts > SequentialPty tests > Reports back the correct exit code and status: src/pty/sequential-pty.test.ts#L36
AssertionError: expected { status: 'error', exitCode: 1, …(1) } to match object { status: 'error', exitCode: 1, …(1) } - Expected + Received { - "data": "sjkdhsakjdhjkash not found", + "data": "", "exitCode": 1, "status": "error", } ❯ src/pty/sequential-pty.test.ts:36:26
src/pty/background-pty.test.ts > BackgroundPty tests > Reports back the correct exit code and status: src/pty/background-pty.test.ts#L48
AssertionError: expected { status: 'error', exitCode: 1, …(1) } to match object { status: 'error', exitCode: 1, …(1) } - Expected + Received { - "data": "sjkdhsakjdhjkash not found", + "data": "", "exitCode": 1, "status": "error", } ❯ src/pty/background-pty.test.ts:48:26