Bump cross-spawn from 7.0.3 to 7.0.5 #160
Closed
Annotations
3 errors
Run tests:
bind-backend-proxy/index.test.ts#L462
AssertionError: expected false to be true // Object.is equality
- Expected
+ Received
- true
+ false
❯ Array.<anonymous> bind-backend-proxy/index.test.ts:462:42
❯ Object.emit node_modules/.pnpm/[email protected]/node_modules/nanoevents/index.js:10:19
❯ Object.approved bind-backend-proxy/index.js:177:23
❯ Stream.<anonymous> bind-backend-proxy/index.js:60:38
❯ Stream.emit node:events:518:28
❯ drain node_modules/.pnpm/[email protected]/node_modules/through/index.js:36:16
❯ Stream.stream.queue.stream.push node_modules/.pnpm/[email protected]/node_modules/through/index.js:45:5
❯ Parser.parser.onValue node_modules/.pnpm/[email protected]_r3os6ifnv5rfzwtsmjig3b325i/node_modules/JSONStream/index.js:118:16
❯ Parser.proto.emit node_modules/.pnpm/[email protected]/node_modules/jsonparse/jsonparse.js:337:8
❯ Parser.proto.pop node_modules/.pnpm/[email protected]/node_modules/jsonparse/jsonparse.js:332:8
This error originated in "bind-backend-proxy/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 "notifies about actions and subscriptions". 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.
|
Run tests:
bind-backend-proxy/index.test.ts#L476
AssertionError: expected [ { type: 'A' }, …(2) ] to deeply equal [ { type: 'A' }, …(5) ]
- Expected
+ Received
Array [
Object {
"type": "A",
},
Object {
"channel": "a",
"type": "logux/subscribe",
},
Object {
"id": "1 10:1:1 0",
"type": "logux/processed",
},
- Object {
- "type": "a/load1",
- },
- Object {
- "type": "a/load2",
- },
- Object {
- "id": "2 10:1:1 0",
- "type": "logux/processed",
- },
]
❯ bind-backend-proxy/index.test.ts:476:29
|
Run tests
Process completed with exit code 1.
|
Loading