feat: Added CLAUDE.md and README.md #116
Annotations
7 errors
|
build-and-test (ubuntu-latest)
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
|
|
build-and-test (macos-latest)
The strategy configuration was canceled because "build-and-test.ubuntu-latest" failed
|
|
build-and-test (macos-latest)
The operation was canceled.
|
|
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
|