chore: sync website-data.json and add to version-bump script #225
ci.yml
on: push
Check Backend
4m 24s
Check Frontend
40s
Lint Backend
1m 27s
Lint Frontend
27s
Check Embedded (aarch64-musl)
53s
Cargo Audit
3m 12s
Annotations
4 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
|
|
Lint Backend
Process completed with exit code 1.
|