mirror of
https://github.com/denoland/deno.git
synced 2024-11-24 15:19:26 -05:00
chore(bench,test): list .mts
under supported file extensions in cli docs (#15477)
This commit is contained in:
parent
6541d03ff5
commit
eab66a9f4d
1 changed files with 2 additions and 2 deletions
|
@ -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/",
|
||||
)
|
||||
|
@ -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/",
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue