fix tests

This commit is contained in:
Aakansha Doshi
2024-05-06 18:42:07 +05:30
parent e187faee77
commit 927e36c7b4
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -81,7 +81,7 @@
"test:typecheck": "tsc",
"test:update": "yarn test:app --update --watch=false",
"test": "yarn clear:workspaces && yarn workspace @excalidraw/utils build:esm && yarn test:app",
"test:coverage": "vitest --coverage",
"test:coverage": "yarn clear:workspaces && yarn workspace @excalidraw/utils build:esm && yarn test:app --coverage",
"test:coverage:watch": "vitest --coverage --watch",
"test:ui": "yarn test --ui --coverage.enabled=true",
"autorelease": "node scripts/autorelease.js",