From e8571742eb512767fb047735ee5b1f510cd3b3e0 Mon Sep 17 00:00:00 2001 From: Sebastien Filion Date: Tue, 7 Jul 2020 09:58:10 -0400 Subject: docs: Update testing.md (#6680) --- docs/testing.md | 3 --- 1 file changed, 3 deletions(-) (limited to 'docs') 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. -- cgit v1.2.3