This commit is contained in:
cursor[bot] 2026-09-13 00:03:03 -07:00 committed by GitHub
commit 19e31da062
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -81,6 +81,7 @@ vi.mock("@/app/(dashboard)/hooks/organizations/useOrganizations", () => ({
organizationKeys: { all: ["organizations"] },
useOrganization: vi.fn(),
useOrganizations: vi.fn().mockReturnValue({ data: [], isLoading: false }),
organizationKeys: { all: ["organizations"] },
}));
vi.mock("@/app/(dashboard)/hooks/users/useCurrentUser", () => ({