feat(teams): add tab routing to people page

This commit is contained in:
2026-06-26 00:13:37 +02:00
parent d3114326bb
commit a0dcf85f5c
2 changed files with 50 additions and 1 deletions
@@ -44,6 +44,10 @@ vi.mock("@/components/common/pagination", () => ({
createElement("nav", { "aria-label": "Pagination" }, totalPages),
}))
vi.mock("@/app/(dashboard)/people/_components/teams.tab", () => ({
default: () => null,
}))
describe("person pages", () => {
beforeEach(() => {
vi.clearAllMocks()