Skip to content

Commit

Permalink
Add missing test flags
Browse files Browse the repository at this point in the history
  • Loading branch information
taras committed Jan 22, 2025
1 parent f06730c commit e340e71
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 @@ -7,7 +7,7 @@
},
"lock": false,
"tasks": {
"test": "deno test --allow-run=deno",
"test": "deno test --allow-run=deno --allow-read --allow-env",
"test:node": "deno run -A tasks/built-test.ts",
"build:npm": "deno run -A tasks/build-npm.ts",
"bench": "deno run -A tasks/bench.ts",
Expand Down

0 comments on commit e340e71

Please sign in to comment.