Skip to content

Commit eba323c

Browse files
committed
1 parent 6b7d06b commit eba323c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"build:types": "tsc -p ./tsconfig.json",
2727
"build:vite": "vite build",
2828
"prepare": "npm run build",
29-
"test": "node --experimental-default-config-file --test --experimental-test-coverage **/test/**/*.test.ts",
29+
"test": "node --experimental-default-config-file --test --experimental-test-coverage",
3030
"test:update": "npm test -- --experimental-test-snapshots",
3131
"lint": "run-p lint:*",
3232
"lint:biome": "biome check .",

0 commit comments

Comments
 (0)