Node versions #1507
Annotations
2 errors
Unhandled error:
packages/client/test/rpc/websocket.spec.ts#L53
AssertionError: Unauthorized: expected false to be truthy
❯ WebSocket.<anonymous> test/rpc/websocket.spec.ts:53:16
❯ WebSocket.emit node:events:519:28
❯ emitErrorAndClose ../../node_modules/jayson/node_modules/ws/lib/websocket.js:897:13
❯ ClientRequest.<anonymous> ../../node_modules/jayson/node_modules/ws/lib/websocket.js:752:5
❯ ClientRequest.emit node:events:519:28
❯ emitErrorEvent node:_http_client:101:11
❯ Socket.socketErrorListener node:_http_client:504:5
❯ Socket.emit node:events:519:28
❯ emitErrorNT node:internal/streams/destroy:169:8
❯ emitErrorCloseNT node:internal/streams/destroy:128:3
This error originated in "test/rpc/websocket.spec.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 "auth protected server without any auth headers". 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 (20)
Process completed with exit code 1.
|