Skip to content

Commit 3f065b0

Browse files
committed
Updated npm test
1 parent cc05121 commit 3f065b0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,7 @@
5757
"format": "prettier --write .",
5858
"format:check": "prettier --check .",
5959
"lint": "eslint src tests",
60-
"test": "tsx --test --experimental-test-coverage",
61-
"pretest": "npm run build",
60+
"test": "npx zenfs-test --clean && npx zenfs-test -abcfp && tests/fetch/run.sh && npx zenfs-test --report",
6261
"build": "tsc -p tsconfig.json",
6362
"build:docs": "typedoc",
6463
"dev": "npm run build -- --watch",

0 commit comments

Comments
 (0)