mirror of
https://github.com/denoland/deno.git
synced 2025-03-03 17:34:47 -05:00
docs: Update testing.md (#6680)
This commit is contained in:
parent
4534db656d
commit
e8571742eb
1 changed files with 0 additions and 3 deletions
|
@ -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
|
_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._
|
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
|
### Test definition filtering
|
||||||
|
|
||||||
Within the tests themselves, you have two options for filtering.
|
Within the tests themselves, you have two options for filtering.
|
||||||
|
|
Loading…
Add table
Reference in a new issue