From cb8f34c325e66d1ed160d65e515f8afe3393cfaf Mon Sep 17 00:00:00 2001 From: Feng Yu Date: Sat, 21 Aug 2021 20:32:05 +0800 Subject: [PATCH] doc(test): add --location to unit test command (#11793) --- cli/tests/unit/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cli/tests/unit/README.md b/cli/tests/unit/README.md index e1197fe9b2..fef3ea98bb 100644 --- a/cli/tests/unit/README.md +++ b/cli/tests/unit/README.md @@ -30,10 +30,10 @@ There are two ways to run `unit_test_runner.ts`: ```sh # Run all tests. -target/debug/deno test --allow-all --unstable cli/tests/unit/ +target/debug/deno test --allow-all --unstable --location=http://js-unit-tests/foo/bar cli/tests/unit/ # Run a specific test module -target/debug/deno test --allow-all --unstable cli/tests/unit/files_test.ts +target/debug/deno test --allow-all --unstable --location=http://js-unit-tests/foo/bar cli/tests/unit/files_test.ts ``` ### Http server