mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2025-09-12 02:14:37 +00:00
4 lines
No EOL
105 B
TypeScript
4 lines
No EOL
105 B
TypeScript
import { vi } from "vitest";
|
|
|
|
// Mock canvas getContext
|
|
HTMLCanvasElement.prototype.getContext = vi.fn(); |