We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
npm test
1 parent 6b7d06b commit eba323cCopy full SHA for eba323c
package.json
@@ -26,7 +26,7 @@
26
"build:types": "tsc -p ./tsconfig.json",
27
"build:vite": "vite build",
28
"prepare": "npm run build",
29
- "test": "node --experimental-default-config-file --test --experimental-test-coverage **/test/**/*.test.ts",
+ "test": "node --experimental-default-config-file --test --experimental-test-coverage",
30
"test:update": "npm test -- --experimental-test-snapshots",
31
"lint": "run-p lint:*",
32
"lint:biome": "biome check .",
0 commit comments