feat: Added test for connect commands (apply, plan, import, etc) + im… #164
Annotations
2 errors
|
build-and-test
Process completed with exit code 1.
|
|
Unhandled error:
test/orchestrator/connect/socket-server.test.ts#L368
ReferenceError: WebSocket is not defined
❯ test/orchestrator/connect/socket-server.test.ts:368:22
❯ src/connect/http-server.ts:37:5
❯ Server.<anonymous> src/connect/http-server.ts:70:9
❯ Server.f node_modules/once/once.js:25:25
❯ Object.onceWrapper node:events:638:28
❯ Server.emit node:events:536:35
❯ emitListeningNT node:net:1951:10
❯ processTicksAndRejections node:internal/process/task_queues:81:21
This error originated in "test/orchestrator/connect/socket-server.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 "Multiple clients can connect to the WebSocket server". 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.
|