1
0
Fork 0
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:
Geert-Jan Zwiers 2022-08-15 21:16:23 +02:00 committed by GitHub
parent 6541d03ff5
commit eab66a9f4d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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/",
)