Skip to content

Commit

Permalink
chore: update test task
Browse files Browse the repository at this point in the history
  • Loading branch information
Sorikairox committed Sep 18, 2024
1 parent 02d853b commit 4a99a70
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 @@ -27,7 +27,7 @@
"jsxImportSource": "preact"
},
"tasks": {
"test": "NO_LOG=true COOKIE_SECRET_KEY=mysecretkey deno test -A --unstable --coverage=coverage spec/**/*.test.ts",
"test": "NO_LOG=true COOKIE_SECRET_KEY=mysecretkey deno test -A --unstable-kv --unstable-cron --coverage=coverage spec/**/*.test.ts",
"start:example": "deno run --allow-net --allow-env --watch example/run.ts"
}
}

0 comments on commit 4a99a70

Please sign in to comment.