3.3.0 remove a layer of indirection (unnecessary passthrough) #266
Annotations
5 errors
tests/index.test.ts#L65
AssertionError: expected { '0': 'pipe:[36477]', …(19) } to strictly equal { '0': 'pipe:[36477]', …(18) }
- Expected
+ Received
Object {
"0": "pipe:[36477]",
"1": "pipe:[36478]",
"10": "pipe:[36492]",
"11": "pipe:[36492]",
"113": "pipe:[36214]",
"116": "pipe:[36215]",
"14": "pipe:[38303]",
"15": "pipe:[38303]",
"19": "pipe:[36502]",
"2": "pipe:[36479]",
"20": "pipe:[36502]",
"23": "pipe:[39058]",
"24": "pipe:[39058]",
"27": "pipe:[38319]",
"29": "pipe:[38319]",
+ "32": "/dev/ptmx",
"4": "pipe:[38301]",
"5": "pipe:[38301]",
"6": "pipe:[38302]",
"7": "pipe:[38302]",
}
❯ onExit tests/index.test.ts:65:34
❯ wrapper.ts:86:9
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#L117
AssertionError: expected { '0': 'pipe:[36477]', …(19) } to strictly equal { '0': 'pipe:[36477]', …(18) }
- Expected
+ Received
Object {
"0": "pipe:[36477]",
"1": "pipe:[36478]",
"10": "pipe:[36492]",
"11": "pipe:[36492]",
"113": "pipe:[36214]",
"116": "pipe:[36215]",
"14": "pipe:[38303]",
"15": "pipe:[38303]",
"19": "pipe:[36502]",
"2": "pipe:[36479]",
"20": "pipe:[36502]",
"23": "pipe:[39058]",
"24": "pipe:[39058]",
"27": "pipe:[38319]",
"29": "pipe:[38319]",
+ "32": "/dev/ptmx",
"4": "pipe:[38301]",
"5": "pipe:[38301]",
"6": "pipe:[38302]",
"7": "pipe:[38302]",
}
❯ onExit tests/index.test.ts:117:34
❯ wrapper.ts:86:9
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#L223
AssertionError: expected { '0': 'pipe:[36477]', …(19) } to strictly equal { '0': 'pipe:[36477]', …(18) }
- Expected
+ Received
Object {
"0": "pipe:[36477]",
"1": "pipe:[36478]",
"10": "pipe:[36492]",
"11": "pipe:[36492]",
"113": "pipe:[36214]",
"116": "pipe:[36215]",
"14": "pipe:[38303]",
"15": "pipe:[38303]",
"19": "pipe:[36502]",
"2": "pipe:[36479]",
"20": "pipe:[36502]",
"23": "pipe:[39058]",
"24": "pipe:[39058]",
"27": "pipe:[38319]",
"29": "pipe:[38319]",
+ "32": "/dev/ptmx",
"4": "pipe:[38301]",
"5": "pipe:[38301]",
"6": "pipe:[38302]",
"7": "pipe:[38302]",
}
❯ onExit tests/index.test.ts:223:34
❯ wrapper.ts:86:9
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 "respects working directory". 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#L250
AssertionError: expected { '0': 'pipe:[36477]', …(19) } to strictly equal { '0': 'pipe:[36477]', …(18) }
- Expected
+ Received
Object {
"0": "pipe:[36477]",
"1": "pipe:[36478]",
"10": "pipe:[36492]",
"11": "pipe:[36492]",
"113": "pipe:[36214]",
"116": "pipe:[36215]",
"14": "pipe:[38303]",
"15": "pipe:[38303]",
"19": "pipe:[36502]",
"2": "pipe:[36479]",
"20": "pipe:[36502]",
"23": "pipe:[39058]",
"24": "pipe:[39058]",
"27": "pipe:[38319]",
"29": "pipe:[38319]",
+ "32": "/dev/ptmx",
"4": "pipe:[38301]",
"5": "pipe:[38301]",
"6": "pipe:[38302]",
"7": "pipe:[38302]",
}
❯ onExit tests/index.test.ts:250:34
❯ wrapper.ts:86:9
❯ processTicksAndRejections node:internal/process/task_queues:95:5
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 "respects env". 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.
|
|
This job failed
Loading