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.
deno test
1 parent 619c1c9 commit ef321faCopy full SHA for ef321fa
1 file changed
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