mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2026-05-11 02:58:50 +02:00
4 lines
105 B
TypeScript
4 lines
105 B
TypeScript
import { vi } from "vitest";
|
|
|
|
// Mock canvas getContext
|
|
HTMLCanvasElement.prototype.getContext = vi.fn(); |