diff options
-rw-r--r-- | cli/tests/unit/README.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cli/tests/unit/README.md b/cli/tests/unit/README.md index e1197fe9b..fef3ea98b 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 |