Skip to content

Commit

Permalink
chore(deno): add test:all, node and bun task (#750)
Browse files Browse the repository at this point in the history
  • Loading branch information
c4spar authored Sep 28, 2024
1 parent dd9aab0 commit 1bee870
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,10 @@
"tasks": {
"lint": "deno lint && deno fmt --check",
"fmt": "deno fmt",
"node": "pnpm tsx",
"bun": "bun run",
"test": "deno task test:deno",
"test:all": "deno task clean && deno task test:deno && deno task setup:node && deno task test:node && deno task clean",
"test:deno": "deno task test:deno-v2",
"test:deno-v1": "deno task test:deno-v2 --doc --ignore=./CHANGELOG.md",
"test:deno-v2": "deno test --allow-run=deno --allow-env --allow-read --allow-write=./ --parallel",
Expand Down

0 comments on commit 1bee870

Please sign in to comment.