mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-06-21 20:05:34 +00:00
9b96b07820
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.
3 lines
81 B
TypeScript
3 lines
81 B
TypeScript
// Add global mocks or configuration here if needed
|
|
import "vitest-canvas-mock";
|