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