summaryrefslogtreecommitdiff
path: root/docs/testing.md
diff options
context:
space:
mode:
authorNayeem Rahman <nayeemrmn99@gmail.com>2020-09-27 19:21:11 +0100
committerGitHub <noreply@github.com>2020-09-27 14:21:11 -0400
commit8cbf0e75b2a7cf0e86608da0cf780b871b582deb (patch)
treea719cb9a435c6f73b33f4fa39bf9b9caa60d87ed /docs/testing.md
parent94dcef714d09e09cd7eb777396f954ac3d24b161 (diff)
fix: Use $deno$test.ts instead of .deno.test.ts (#7717)
Diffstat (limited to 'docs/testing.md')
-rw-r--r--docs/testing.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/testing.md b/docs/testing.md
index fcf6a3c1d..7ea9ff18c 100644
--- a/docs/testing.md
+++ b/docs/testing.md
@@ -222,7 +222,7 @@ stdout. In the future there will be support for `lcov` output too.
$ git clone git@github.com:denosaurs/deno_brotli.git && cd deno_brotli
$ deno test --coverage --unstable
Debugger listening on ws://127.0.0.1:9229/ws/5a593019-d185-478b-a928-ebc33e5834be
-Check file:///home/deno/deno_brotli/.deno.test.ts
+Check file:///home/deno/deno_brotli/$deno$test.ts
running 2 tests
test compress ... ok (26ms)
test decompress ... ok (13ms)