mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-07 08:26:10 +00:00
Fixing test
This commit is contained in:
parent
3891774c72
commit
ccfc53e7c5
1 changed files with 4 additions and 0 deletions
|
|
@ -27,6 +27,10 @@ vi.mock("./networking", async (importOriginal) => {
|
|||
};
|
||||
});
|
||||
|
||||
vi.mock("./navbar", () => ({
|
||||
default: vi.fn(() => <div data-testid="navbar">Navbar Component</div>),
|
||||
}));
|
||||
|
||||
beforeAll(() => {
|
||||
Object.defineProperty(window, "matchMedia", {
|
||||
writable: true,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue