summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTrivikram Kamat <16024985+trivikr@users.noreply.github.com>2020-10-03 13:16:13 -0700
committerGitHub <noreply@github.com>2020-10-04 07:16:13 +1100
commit391eed42f41bd277fff936192b474bfd52eaa1a0 (patch)
tree01e86fb6945639ae035bc79a1b5c6e08c4ae9d7d
parent920c0b35153cd8058165125ba0af228416835e67 (diff)
docs: update location of unit tests folder (#7814)
-rw-r--r--docs/contributing/development_tools.md2
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
```