Files
Proxmox-arm64/frontend/src/__tests__/setupTests.ts
T
2025-01-09 17:13:53 +10:00

4 lines
105 B
TypeScript

import { vi } from "vitest";
// Mock canvas getContext
HTMLCanvasElement.prototype.getContext = vi.fn();