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