feat: enhance session management with create link functionality and j… #58
Annotations
6 errors
|
Test
Process completed with exit code 1.
|
|
Test
@pairux/desktop#test: command (/home/runner/work/pairux.com/pairux.com/apps/desktop) /home/runner/setup-pnpm/node_modules/.bin/pnpm run test exited (1)
|
|
src/renderer/components/chat/useChat.test.ts > useChat > reconnect > should reload history and clear error:
apps/desktop/src/renderer/components/chat/useChat.test.ts#L375
AssertionError: expected false to be true // Object.is equality
- Expected
+ Received
- true
+ false
❯ src/renderer/components/chat/useChat.test.ts:375:42
|
|
Lint
Process completed with exit code 2.
|
|
Lint
@pairux/web#typecheck: command (/home/runner/work/pairux.com/pairux.com/apps/web) /home/runner/setup-pnpm/node_modules/.bin/pnpm run typecheck exited (2)
|
|
Lint
Type '({ id: string; session_id: string; user_id: string; display_name: string; content: string; message_type: "text"; created_at: string; } | { id: string; session_id: string; user_id: null; display_name: string; content: string; message_type: "system"; created_at: string; })[]' is not assignable to type 'ChatMessage[]'.
|