Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"tasks": {
"embed-css": "deno run -A jsr:@smallweb/embed src/css src/static",
"check": "deno check src/ && deno lint && deno fmt --check && deno publish --dry-run --allow-dirty",
"test": "deno test --allow-net=hollo.social --parallel",
"test": "deno test --allow-env=NODE_V8_COVERAGE,JEST_WORKER_ID --allow-net=hollo.social --parallel",
"test-all": "deno task check && deno task test",
"coverage": "deno task test --coverage --clean && deno coverage --html",
"hooks:install": "deno run --allow-read=deno.json,.git/hooks/ --allow-write=.git/hooks/ jsr:@hongminhee/deno-task-hooks",
Expand Down