diff options
author | Sebastien Filion <sebastienfilion@mac.com> | 2020-07-07 09:58:10 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-07 15:58:10 +0200 |
commit | e8571742eb512767fb047735ee5b1f510cd3b3e0 (patch) | |
tree | db989634630a507bae0352b08a2252546e8c557c | |
parent | 4534db656d81f0e33dcbfbaf75c547009c9c31b8 (diff) |
docs: Update testing.md (#6680)
-rw-r--r-- | docs/testing.md | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/docs/testing.md b/docs/testing.md index 174123cce..c71de1113 100644 --- a/docs/testing.md +++ b/docs/testing.md @@ -156,9 +156,6 @@ deno test --filter "/test-*\d/" tests/ _To let Deno know that you want to use a pattern, wrap your filter with forward-slashes like the JavaScript syntactic sugar for a REGEX._ -This command will run any test which contains the string "hello world" in its -test name for tests found within files in the `tests/` directory. - ### Test definition filtering Within the tests themselves, you have two options for filtering. |