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 cc05121 commit 3f065b0Copy full SHA for 3f065b0
package.json
@@ -57,8 +57,7 @@
57
"format": "prettier --write .",
58
"format:check": "prettier --check .",
59
"lint": "eslint src tests",
60
- "test": "tsx --test --experimental-test-coverage",
61
- "pretest": "npm run build",
+ "test": "npx zenfs-test --clean && npx zenfs-test -abcfp && tests/fetch/run.sh && npx zenfs-test --report",
62
"build": "tsc -p tsconfig.json",
63
"build:docs": "typedoc",
64
"dev": "npm run build -- --watch",
0 commit comments