3.1.2 Set the PTY fd to be non-blocking #208
Annotations
2 errors
tests/index.test.ts#L323
AssertionError: expected 'ready\r\nhello cat\r\nhello cat\r\n^D…' to strictly equal 'ready\r\nhello cat\r\n^D\b\bhello cat…'
- Expected
+ Received
ready
hello cat
- ^D��hello cat
-
+ hello cat
+ ^D��
❯ onExit tests/index.test.ts:323:47
❯ 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 run concurrent shells". 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