mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
update test script
This commit is contained in:
parent
23ee054025
commit
5acb5c9d91
1 changed files with 1 additions and 1 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue