From d2243b1125722e775b1f9719197260d1cda1220d Mon Sep 17 00:00:00 2001 From: Taisuke Fukuno Date: Sat, 6 Jun 2020 06:01:44 +0900 Subject: deno test should run mjs files (#6122) --- docs/testing.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'docs/testing.md') diff --git a/docs/testing.md b/docs/testing.md index ba484c972..67c472b80 100644 --- a/docs/testing.md +++ b/docs/testing.md @@ -102,6 +102,6 @@ deno test my_test.ts ``` You can also omit the file name, in which case all tests in the current -directory (recursively) that match the glob `{*_,*.,}test.{js,ts,jsx,tsx}` will -be run. If you pass a directory, all files in the directory that match this glob -will be run. +directory (recursively) that match the glob `{*_,*.,}test.{js,mjs,ts,jsx,tsx}` +will be run. If you pass a directory, all files in the directory that match this +glob will be run. -- cgit v1.2.3