diff options
author | Taisuke Fukuno <fukuno@jig.jp> | 2020-06-06 06:01:44 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-05 17:01:44 -0400 |
commit | d2243b1125722e775b1f9719197260d1cda1220d (patch) | |
tree | 27778e56fd6ac324cb4780ab88546d2dd5982fd3 /cli/flags.rs | |
parent | 18670c47e69ec2b9ceef6ec0011fbbdc4b845be6 (diff) |
deno test should run mjs files (#6122)
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/", ) } |