Skip to content

Commit

Permalink
chore: bump deps and move test suite to deno task
Browse files Browse the repository at this point in the history
  • Loading branch information
TillaTheHun0 committed Jun 5, 2023
1 parent 49ac1cd commit 0a6a33d
Show file tree
Hide file tree
Showing 6 changed files with 347 additions and 338 deletions.
1 change: 1 addition & 0 deletions deno.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"tasks": {
"test": "deno lint && deno fmt --check && deno test -A",
"cache": "deno cache --lock=deno.lock --lock-write deps.js dev_deps.js",
"test:suite": "deno test --allow-net --allow-env --no-check --no-lock --import-map=https://raw.githubusercontent.com/hyper63/hyper/hyper-test%40v2.1.4/packages/test/import_map.json https://raw.githubusercontent.com/hyper63/hyper/hyper-test%40v2.1.4/packages/test/mod.js",
"test:harness": "deno run --unstable --no-check --no-lock -A ./test/hyper.js"
},
"fmt": {
Expand Down

0 comments on commit 0a6a33d

Please sign in to comment.