feat: comprehensive error enrichment with actionable hints across all… #218
ci.yml
on: push
Check Backend
3m 57s
Check Frontend
36s
Lint Backend
1m 29s
Lint Frontend
22s
Check Embedded (aarch64-musl)
40s
Cargo Audit
2m 58s
Annotations
3 errors
|
Check Frontend
Process completed with exit code 1.
|
|
src/lib/api/websocket.test.ts > WebSocket chat streaming > calls onError on invalid JSON:
web/src/lib/api/websocket.test.ts#L118
AssertionError: expected "vi.fn()" to be called with arguments: [ 'Failed to parse WebSocket message' ]
Received:
1st vi.fn() call:
[
"Failed to parse WebSocket message",
+ undefined,
]
Number of calls: 1
❯ src/lib/api/websocket.test.ts:118:31
|
|
src/lib/api/websocket.test.ts > WebSocket chat streaming > calls onError and closes on error message:
web/src/lib/api/websocket.test.ts#L108
AssertionError: expected "vi.fn()" to be called with arguments: [ 'fail' ]
Received:
1st vi.fn() call:
[
"fail",
+ undefined,
]
Number of calls: 1
❯ src/lib/api/websocket.test.ts:108:31
|