From 391eed42f41bd277fff936192b474bfd52eaa1a0 Mon Sep 17 00:00:00 2001 From: Trivikram Kamat <16024985+trivikr@users.noreply.github.com> Date: Sat, 3 Oct 2020 13:16:13 -0700 Subject: docs: update location of unit tests folder (#7814) --- docs/contributing/development_tools.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/contributing/development_tools.md') 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 ``` -- cgit v1.2.3