docs(README): fix the test task identifier (#2041)

This commit is contained in:
Yongwook Choi 2022-03-18 20:53:53 +09:00 committed by GitHub
parent 05328809ba
commit 4962e5e8ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -68,7 +68,7 @@ Before opening a PR make sure to:
- have the latest Deno version installed locally
- add tests that cover your changes.
- `deno task test:canary` passes.
- `deno task test` passes.
- `deno fmt` passes without changing files.
- `deno lint` passes.