Skip to content

feat: Add readme and license #166

feat: Add readme and license

feat: Add readme and license #166

Triggered via push December 14, 2025 23:18
Status Failure
Total duration 1m 8s
Artifacts
build-and-test
1m 4s
build-and-test
Fit to window
Zoom out
Zoom in

Annotations

3 errors
build-and-test
Process completed with exit code 1.
test/orchestrator/edit/edit.test.ts > Edit orchestrator tests > It will start a local server on config.connectServerPort: test/orchestrator/edit/edit.test.ts#L53
Error: Matcher did not succeed in 1000ms ❯ test/orchestrator/edit/edit.test.ts:53:8 Caused by: Caused by: Error: connect ECONNREFUSED 127.0.0.1:51040 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { errno: -111, code: 'ECONNREFUSED', syscall: 'connect', address: '127.0.0.1', port: 51040 }
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.