Skip to content

test: fix scheduled test #2090

test: fix scheduled test

test: fix scheduled test #2090

Triggered via pull request November 20, 2025 13:42
Status Success
Total duration 41s
Artifacts

unit.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

1 error
Unhandled error: src/connection.ts#L633
Error: WebSocket was closed before the connection was established ❯ WebSocket.close node_modules/ws/lib/websocket.js:299:7 ❯ StableWSConnection._destroyCurrentWSConnection src/connection.ts:633:17 ❯ StreamChat.connect src/client.ts:1717:27 ❯ StreamChat.connectUser src/client.ts:643:14 ❯ test/unit/client.test.js:603:18 ❯ node_modules/@vitest/runner/dist/index.js:596:20 This error originated in "test/unit/client.test.js" 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 "should fire transport.changed and health.check event". 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.