Files
multica/packages
Jiayuan Zhang 955fafda15 fix(tests): add squad mocks to unblock views test suite (MUL-2158)
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>
2026-05-13 19:43:18 +08:00
..