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.
This commit is contained in:
evanpelle
2026-02-24 15:59:14 -06:00
parent 339ace0bd6
commit 9b96b07820
3 changed files with 36 additions and 2 deletions
+1
View File
@@ -1 +1,2 @@
// Add global mocks or configuration here if needed
import "vitest-canvas-mock";