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
+2 -1
View File
@@ -85,7 +85,8 @@
"vite-plugin-html": "^3.2.2",
"vite-plugin-static-copy": "^3.1.4",
"vite-tsconfig-paths": "^6.0.3",
"vitest": "^4.0.16"
"vitest": "^4.0.16",
"vitest-canvas-mock": "^1.1.3"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.758.0",