3.1.2 Set the PTY fd to be non-blocking #208
Annotations
3 errors
tests/index.test.ts#L104
AssertionError: expected 'hello cat\r\nhello cat\r\n^D\b\b' to be 'hello cat\r\n^D\b\bhello cat' // Object.is equality
- Expected
+ Received
hello cat
- ^D��hello cat
+ hello cat
+ ^D��
❯ onExit tests/index.test.ts:104:35
❯ wrapper.ts:87:35
This error originated in "tests/index.test.ts" test file. It doesn't mean the error was thrown inside the file itself, but while it was running.
The latest test that might've caused the error is "can be written to". It might mean one of the following:
- The error was thrown, while Vitest was running this test.
- If the error occurred after the test had been completed, this was the last documented test before it was thrown.
|
tests/index.test.ts#L104
AssertionError: expected 'hello cat\r\nhello cat\r\n^D\b\b' to be 'hello cat\r\n^D\b\bhello cat' // Object.is equality
- Expected
+ Received
hello cat
- ^D��hello cat
+ hello cat
+ ^D��
❯ onExit tests/index.test.ts:104:35
❯ wrapper.ts:87:35
This error originated in "tests/index.test.ts" test file. It doesn't mean the error was thrown inside the file itself, but while it was running.
The latest test that might've caused the error is "can be written to". It might mean one of the following:
- The error was thrown, while Vitest was running this test.
- If the error occurred after the test had been completed, this was the last documented test before it was thrown.
|
|
The logs for this run have expired and are no longer available.
Loading