1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-25 15:29:32 -05:00

docs: update location of unit tests folder (#7814)

This commit is contained in:
Trivikram Kamat 2020-10-03 13:16:13 -07:00 committed by GitHub
parent 920c0b3515
commit 391eed42f4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,7 +8,7 @@ Test `deno`:
# Run the whole suite:
cargo test
# Only test cli/js/:
# Only test cli/tests/unit/:
cargo test js_unit_tests
```