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.
2 parents 418c867 + ef321fa commit 4d88372Copy full SHA for 4d88372
deno.json
@@ -50,7 +50,7 @@
50
"tasks": {
51
"embed-css": "deno run -A jsr:@smallweb/embed src/css src/static",
52
"check": "deno check src/ && deno lint && deno fmt --check && deno publish --dry-run --allow-dirty",
53
- "test": "deno test --allow-net=hollo.social --parallel",
+ "test": "deno test --allow-env=NODE_V8_COVERAGE,JEST_WORKER_ID --allow-net=hollo.social --parallel",
54
"test-all": "deno task check && deno task test",
55
"coverage": "deno task test --coverage --clean && deno coverage --html",
56
"hooks:install": "deno run --allow-read=deno.json,.git/hooks/ --allow-write=.git/hooks/ jsr:@hongminhee/deno-task-hooks",
0 commit comments