diff options
Diffstat (limited to 'cli/flags.rs')
-rw-r--r-- | cli/flags.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/flags.rs b/cli/flags.rs index 15902a3c2..075a29b5d 100644 --- a/cli/flags.rs +++ b/cli/flags.rs @@ -1030,7 +1030,7 @@ report results to standard output: deno test src/fetch_test.ts src/signal_test.ts Directory arguments are expanded to all contained files matching the glob -{*_,}test.{js,ts,jsx,tsx}: +{*_,*.,}test.{js,ts,jsx,tsx}: deno test src/", ) } |