chore: disable coverage check in tap

bump-deps
Amio 2022-04-30 17:12:26 +08:00
rodzic 3bb435b3ed
commit 4f410b413d
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -13,7 +13,7 @@
"preview": "node preview/serve.js",
"snaptests": "TAP_SNAPSHOT=1 npm test",
"pretest": "npm run build",
"test": "tap",
"test": "tap --no-check-coverage",
"prebuild": "rm -rf dist",
"esbuild": "esbuild src/index.ts --bundle --minify --sourcemap",
"build:types": "tsc --emitDeclarationOnly",