mirror of
https://github.com/multica-ai/multica.git
synced 2026-08-02 01:45:52 +02:00
PR #2505 (Squad MVP) wired AssigneePicker through `squadListOptions` and added a Squads entry to the workspace nav, but did not update the two test fixtures that mirror `@multica/core/workspace/queries` and `useWorkspacePaths`. After the merge: - issues/components/issue-detail.test.tsx — 10/14 cases failed because AssigneePicker threw at render when the mock lacked `squadListOptions`. - layout/app-sidebar.test.tsx — 3/3 PinRow cases failed because the workspace nav now references `p.squads()`, missing from the path mock. Add the two missing mock entries. No production code changes. Co-authored-by: multica-agent <github@multica.ai>