mirror of
https://github.com/multica-ai/multica.git
synced 2026-08-02 01:45:52 +02:00
fix(teams): export views teams entry and cover teams nav in sidebar test mock
The rollout's web teams page imports @multica/views/teams and the sidebar nav gained a teams key; neither the package exports map nor the paths mock was updated. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
committed by
Jiayuan Zhang
parent
24a939c263
commit
3adf81fdec
@@ -123,6 +123,7 @@ vi.mock("@multica/core/paths", () => ({
|
||||
autopilots: () => "/acme/autopilots",
|
||||
agents: () => "/acme/agents",
|
||||
squads: () => "/acme/squads",
|
||||
teams: () => "/acme/teams",
|
||||
usage: () => "/acme/usage",
|
||||
runtimes: () => "/acme/runtimes",
|
||||
skills: () => "/acme/skills",
|
||||
|
||||
@@ -39,6 +39,7 @@
|
||||
"./workspace/welcome-after-onboarding": "./workspace/welcome-after-onboarding.tsx",
|
||||
"./workspace/use-workspace-seen": "./workspace/use-workspace-seen.ts",
|
||||
"./layout": "./layout/index.ts",
|
||||
"./teams": "./teams/index.ts",
|
||||
"./auth": "./auth/index.ts",
|
||||
"./search": "./search/index.ts",
|
||||
"./chat": "./chat/index.ts",
|
||||
|
||||
Reference in New Issue
Block a user