update test script

This commit is contained in:
Aakansha Doshi 2024-05-06 17:11:02 +05:30
parent 23ee054025
commit 5acb5c9d91

View File

@ -79,7 +79,7 @@
"test:other": "yarn prettier --list-different",
"test:typecheck": "tsc",
"test:update": "yarn test:app --update --watch=false",
"test": "yarn test:app",
"test": "yarn workspace @excalidraw/utils build:esm && yarn test:app",
"test:coverage": "vitest --coverage",
"test:coverage:watch": "vitest --coverage --watch",
"test:ui": "yarn test --ui --coverage.enabled=true",