feat(teams): add tab routing to people page
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user