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