Skip to content
This repository has been archived by the owner on Sep 14, 2023. It is now read-only.

Commit

Permalink
chore: add task test-update (#101)
Browse files Browse the repository at this point in the history
  • Loading branch information
tjjfvi authored Jun 12, 2022
1 parent bff53a3 commit 80dad35
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions deno.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
"example:rpc_call": "deno run -A --no-check examples/rpc_call.ts",
"example:first_ten_keys": "deno run -A --no-check examples/first_ten_keys.ts",
"test": "deno test -A --no-check=remote -L=info",
"test-update": "deno task test -- -- --update",
"update_snapshots": "deno test -A --no-check=remote -L=info -- --update",
"watch_mdbook": "mdbook watch -o"
}
Expand Down

0 comments on commit 80dad35

Please sign in to comment.