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

chore: add task test-update #101

Merged
merged 1 commit into from
Jun 12, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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