diff options
author | Trivikram Kamat <16024985+trivikr@users.noreply.github.com> | 2020-10-03 13:16:13 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-04 07:16:13 +1100 |
commit | 391eed42f41bd277fff936192b474bfd52eaa1a0 (patch) | |
tree | 01e86fb6945639ae035bc79a1b5c6e08c4ae9d7d | |
parent | 920c0b35153cd8058165125ba0af228416835e67 (diff) |
docs: update location of unit tests folder (#7814)
-rw-r--r-- | docs/contributing/development_tools.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/contributing/development_tools.md b/docs/contributing/development_tools.md index 844ce31f3..db6f9a25a 100644 --- a/docs/contributing/development_tools.md +++ b/docs/contributing/development_tools.md @@ -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 ``` |