0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-03-03 09:31:22 -05:00

docs: Update testing.md (#6680)

This commit is contained in:
Sebastien Filion 2020-07-07 09:58:10 -04:00 committed by GitHub
parent 4534db656d
commit e8571742eb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.