3.1.0 Add functions to get/set the close-on-exec flag #191
Annotations
3 errors
tests/index.test.ts#L52
AssertionError: expected '' to be 'hello from a pty' // Object.is equality
- Expected
+ Received
- hello from a pty
❯ onExit tests/index.test.ts:52:35
❯ wrapper.ts:84: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 "spawns and exits". 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#L271
AssertionError: expected true to be false // Object.is equality
- Expected
+ Received
- false
+ true
❯ tests/index.test.ts:271:31
|
|
The logs for this run have expired and are no longer available.
Loading