Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
iuioiua committed Oct 27, 2022
1 parent 9d58b4a commit 480acc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"redis:start": "rm -f dump.rdb && redis-server --daemonize yes",
"test": "deno test --allow-net --trace-ops --coverage=cov --doc",
"bench": "deno --unstable bench --allow-net --allow-env",
"coverage": "deno coverage cov --exclude='test.ts|deps.ts' --lcov --output=cov.lcov"
"coverage": "deno coverage cov --lcov --output=cov.lcov"
},
"fmt": {
"files": {
Expand Down

0 comments on commit 480acc6

Please sign in to comment.