Skip to content

Commit

Permalink
chore: use --clean in deno test (#176)
Browse files Browse the repository at this point in the history
  • Loading branch information
iuioiua authored Jun 18, 2024
1 parent 629eae4 commit 820c43f
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 @@ -12,7 +12,7 @@
},
"tasks": {
"redis:start": "redis-server --save \"\" --appendonly no --daemonize yes",
"test": "deno test --allow-net --trace-leaks --coverage --doc --parallel",
"test": "deno test --allow-net --trace-leaks --coverage --doc --parallel --clean",
"test:dev": "deno task redis:start && deno task test || redis-cli SHUTDOWN",
"bench": "deno bench --allow-net --allow-env",
"bench:dev": "deno task redis:start && deno task bench",
Expand Down

0 comments on commit 820c43f

Please sign in to comment.