mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2025-04-28 19:10:18 +00:00
4 lines
105 B
TypeScript
4 lines
105 B
TypeScript
import { vi } from "vitest";
|
|
|
|
// Mock canvas getContext
|
|
HTMLCanvasElement.prototype.getContext = vi.fn(); |