From 26ff78f81f9a630a85710c920ae532c98bb349d8 Mon Sep 17 00:00:00 2001 From: Jacky Zhao Date: Sat, 8 Mar 2025 21:34:04 -0800 Subject: [PATCH] generic test flag --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 794a67a6c..81e5dbf10 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "docs": "npx quartz build --serve -d docs", "check": "tsc --noEmit && npx prettier . --check", "format": "npx prettier . --write", - "test": "tsx --test \"./quartz/**/*.test.ts\"", + "test": "tsx --test", "profile": "0x -D prof ./quartz/bootstrap-cli.mjs build --concurrency=1" }, "engines": {