diff --git a/ui/litellm-dashboard/src/components/public_model_hub.test.tsx b/ui/litellm-dashboard/src/components/public_model_hub.test.tsx index 47a44fa5147..5b669e5d63e 100644 --- a/ui/litellm-dashboard/src/components/public_model_hub.test.tsx +++ b/ui/litellm-dashboard/src/components/public_model_hub.test.tsx @@ -27,6 +27,10 @@ vi.mock("./networking", async (importOriginal) => { }; }); +vi.mock("./navbar", () => ({ + default: vi.fn(() =>
Navbar Component
), +})); + beforeAll(() => { Object.defineProperty(window, "matchMedia", { writable: true,