skillhub/web/src/features/namespace
dongmucat e5a3aa6006 test(web): add colocated frontend coverage
变更摘要:
- 将前端测试共置到 web/src,保留并迁移 app 样式相关用例
- 为 pages、features、shared UI 与 hooks 补齐大范围 Vitest 覆盖
- 强化 governance、file preview、namespace header 与 API client 的关键分支测试
- 重新验证 pnpm run test 与 pnpm run typecheck,当前均已通过

关键文件:
- web/src/pages/dashboard/governance.test.ts
- web/src/features/governance/governance-inbox.test.ts
- web/src/features/skill/file-preview-dialog.test.ts
- web/src/features/namespace/namespace-header.test.ts
- web/src/api/client.test.ts
2026-03-23 16:13:34 +08:00
..
add-namespace-member-dialog.test.ts test(web): add colocated frontend coverage 2026-03-23 16:13:34 +08:00
add-namespace-member-dialog.tsx refactor: address code review findings from 2026-03-22 2026-03-23 13:48:23 +08:00
create-namespace-dialog.test.ts test(web): add colocated frontend coverage 2026-03-23 16:13:34 +08:00
create-namespace-dialog.tsx refactor: address code review findings from 2026-03-22 2026-03-23 13:48:23 +08:00
namespace-header.test.ts test(web): add colocated frontend coverage 2026-03-23 16:13:34 +08:00
namespace-header.tsx docs: enrich frontend code documentation 2026-03-19 13:37:21 +08:00
use-my-namespaces.test.ts test(web): add colocated frontend coverage 2026-03-23 16:13:34 +08:00
use-my-namespaces.ts refactor: address code review findings from 2026-03-22 2026-03-23 13:48:23 +08:00
use-namespace-detail.test.ts test(web): add colocated frontend coverage 2026-03-23 16:13:34 +08:00
use-namespace-detail.ts refactor: address code review findings from 2026-03-22 2026-03-23 13:48:23 +08:00
use-namespace-members.test.ts test(web): add colocated frontend coverage 2026-03-23 16:13:34 +08:00
use-namespace-members.ts refactor: address code review findings from 2026-03-22 2026-03-23 13:48:23 +08:00