Skip to content

Typo

Typo #331

Triggered via push August 25, 2024 20:36
Status Failure
Total duration 35s
Artifacts

test.yml

on: push
Node.js Latest Full
28s
Node.js Latest Full
Matrix: short
Fit to window
Zoom out
Zoom in

Annotations

8 errors
Unhandled error: 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:519: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.
bind-backend-proxy/index.test.ts > notifies about actions and subscriptions: 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
Node.js 20 Quick
Process completed with exit code 1.
Unhandled error: 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:520: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.
Unhandled error: bind-backend-proxy/index.js#L201
Error: Processed answer was sent before access ❯ Object.processed bind-backend-proxy/index.js:201:26 ❯ Stream.<anonymous> bind-backend-proxy/index.js:60:38 ❯ Stream.emit node:events:520: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 ❯ Parser.proto.onToken node_modules/.pnpm/[email protected]/node_modules/jsonparse/jsonparse.js:402:12 ❯ Parser.parser.onToken node_modules/.pnpm/[email protected]_r3os6ifnv5rfzwtsmjig3b325i/node_modules/JSONStream/index.js:128:12 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.
bind-backend-proxy/index.test.ts > notifies about actions and subscriptions: bind-backend-proxy/index.test.ts#L476
AssertionError: expected [ { type: 'A' }, …(4) ] 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
Node.js Latest Full
Process completed with exit code 1.
Node.js 18 Quick
The job was canceled because "_20" failed.