mirror of
https://github.com/ajnart/homarr.git
synced 2026-01-29 18:59:20 +01:00
4 lines
86 B
TypeScript
4 lines
86 B
TypeScript
import { vi } from "vitest";
|
|
|
|
vi.mock("server-only", () => ({ default: undefined }));
|