feat: Added updated unit test ci #115
Annotations
3 errors
|
Run npm run test
Process completed with exit code 1.
|
|
Run npm run test:
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
|
|
Run npm run test:
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
|
background
wait
wait-all
cancel
Loading