Skip to content

Commit 4d88372

Browse files
authored
Merge pull request #6 from moreal/allow-env-when-testing
2 parents 418c867 + ef321fa commit 4d88372

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deno.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"tasks": {
5151
"embed-css": "deno run -A jsr:@smallweb/embed src/css src/static",
5252
"check": "deno check src/ && deno lint && deno fmt --check && deno publish --dry-run --allow-dirty",
53-
"test": "deno test --allow-net=hollo.social --parallel",
53+
"test": "deno test --allow-env=NODE_V8_COVERAGE,JEST_WORKER_ID --allow-net=hollo.social --parallel",
5454
"test-all": "deno task check && deno task test",
5555
"coverage": "deno task test --coverage --clean && deno coverage --html",
5656
"hooks:install": "deno run --allow-read=deno.json,.git/hooks/ --allow-write=.git/hooks/ jsr:@hongminhee/deno-task-hooks",

0 commit comments

Comments
 (0)