Skip to content

feat: Added utils for managing different environments. Updated spawn … #96

feat: Added utils for managing different environments. Updated spawn …

feat: Added utils for managing different environments. Updated spawn … #96

Triggered via push December 20, 2025 19:58
Status Failure
Total duration 21s
Artifacts
build-and-test
19s
build-and-test
Fit to window
Zoom out
Zoom in

Annotations

2 errors
build-and-test
Process completed with exit code 1.
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