Files
OpenFrontIO/tests/setup.ts
evanpelle 9b96b07820 test: add vitest-canvas-mock for local canvas support
Fixes UILayer tests failing locally due to the native canvas package
not being compiled. vitest-canvas-mock provides a jsdom-compatible
Canvas 2D API mock without requiring native build tools.
2026-02-24 15:59:14 -06:00

3 lines
81 B
TypeScript

// Add global mocks or configuration here if needed
import "vitest-canvas-mock";