0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-03-03 09:31:22 -05:00
This commit is contained in:
Danny Denenberg 2020-08-24 11:36:56 -05:00 committed by GitHub
parent dcc7348090
commit 2df4a29f49
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -99,7 +99,7 @@ current directory (recursively) that match the glob
files in the directory that match this glob will be run.
```shell
# Run all tests in the current directly and all sub-directories
# Run all tests in the current directory and all sub-directories
deno test
# Run all tests in the util directory