chore(deps): bump vite from 6.2.0 to 6.3.5 #1781
Annotations
4 errors
Unhandled error:
test/unit/connection_fallback.test.js#L240
Error: Error
❯ Object.rejects node_modules/sinon/pkg/sinon-esm.js:960:22
❯ Object.proto.<computed> [as rejects] node_modules/sinon/pkg/sinon-esm.js:616:12
❯ test/unit/connection_fallback.test.js:240:6
❯ node_modules/@vitest/runner/dist/index.js:103:11
❯ node_modules/@vitest/runner/dist/index.js:596:26
❯ node_modules/@vitest/runner/dist/index.js:879:20
❯ runWithTimeout node_modules/@vitest/runner/dist/index.js:852:10
❯ runTest node_modules/@vitest/runner/dist/index.js:1360:12
❯ processTicksAndRejections node:internal/process/task_queues:105:5
This error originated in "test/unit/connection_fallback.test.js" test file. It doesn't mean the error was thrown inside the file itself, but while it was running.
|
Unhandled error:
test/unit/connection_fallback.test.js#L238
Error: Error
❯ Object.rejects node_modules/sinon/pkg/sinon-esm.js:960:22
❯ Object.proto.<computed> [as rejects] node_modules/sinon/pkg/sinon-esm.js:616:12
❯ test/unit/connection_fallback.test.js:238:6
❯ node_modules/@vitest/runner/dist/index.js:103:11
❯ node_modules/@vitest/runner/dist/index.js:596:26
❯ node_modules/@vitest/runner/dist/index.js:879:20
❯ runWithTimeout node_modules/@vitest/runner/dist/index.js:852:10
❯ runTest node_modules/@vitest/runner/dist/index.js:1360:12
❯ processTicksAndRejections node:internal/process/task_queues:105:5
This error originated in "test/unit/connection_fallback.test.js" test file. It doesn't mean the error was thrown inside the file itself, but while it was running.
|
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:1663:27
❯ StreamChat.connectUser src/client.ts:618:14
❯ test/unit/client.test.js:576: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.
|
Unhandled error:
src/token_manager.ts#L152
Error: Both secret and user tokens are not set. Either client.connectUser wasn't called or client.disconnect was called
❯ TokenManager.getToken src/token_manager.ts:152:11
❯ StreamChat._getToken src/client.ts:3328:30
❯ StreamChat._enrichAxiosOptions src/client.ts:3283:24
❯ StreamChat.doAxiosRequest src/client.ts:1166:32
❯ processTicksAndRejections node:internal/process/task_queues:105:5
❯ Channel.query src/channel.ts:1413:19
This error originated in "test/unit/channel.test.js" test file. It doesn't mean the error was thrown inside the file itself, but while it was running.
|