Skip to content

Commit

Permalink
chore(bench,test): list .mts under supported file extensions in cli…
Browse files Browse the repository at this point in the history
… docs (denoland#15477)
  • Loading branch information
GJZwiers committed Aug 15, 2022
1 parent 6541d03 commit eab66a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cli/args/flags.rs
Original file line number Diff line number Diff line change
Expand Up @@ -683,7 +683,7 @@ and report results to standard output:
deno bench src/fetch_bench.ts src/signal_bench.ts
Directory arguments are expanded to all contained files matching the \
glob {*_,*.,}bench.{js,mjs,ts,jsx,tsx}:
glob {*_,*.,}bench.{js,mjs,ts,mts,jsx,tsx}:
deno bench src/",
)
Expand Down Expand Up @@ -1599,7 +1599,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,mjs,ts,jsx,tsx}:
{*_,*.,}test.{js,mjs,ts,mts,jsx,tsx}:
deno test src/",
)
Expand Down

0 comments on commit eab66a9

Please sign in to comment.