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 1eebb8b87..2c201fcb6 100644 --- a/cli/flags.rs +++ b/cli/flags.rs @@ -1022,7 +1022,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,mjs,ts,jsx,tsx}: deno test src/", ) } |