fix tests

This commit is contained in:
Jacky Zhao
2025-03-08 20:48:03 -08:00
parent 08717394ff
commit 51790b3926
3 changed files with 14 additions and 11 deletions

View File

@@ -16,7 +16,7 @@
"docs": "npx quartz build --serve -d docs",
"check": "tsc --noEmit && npx prettier . --check",
"format": "npx prettier . --write",
"test": "for f in $(find ./quartz -name '*.test.ts'); do tsx $f; done",
"test": "tsx --test \"./quartz/**/*.test.ts\"",
"profile": "0x -D prof ./quartz/bootstrap-cli.mjs build --concurrency=1"
},
"engines": {