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