diff options
Diffstat (limited to 'cli/main.rs')
-rw-r--r-- | cli/main.rs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cli/main.rs b/cli/main.rs index f69772437..bb7e03041 100644 --- a/cli/main.rs +++ b/cli/main.rs @@ -1030,7 +1030,7 @@ async fn test_command( test_runner::collect_test_module_specifiers( include.clone(), &cwd, - fs_util::is_supported_ext, + fs_util::is_supported_ext_test, ) } else { test_runner::collect_test_module_specifiers( @@ -1172,7 +1172,7 @@ async fn test_command( test_runner::collect_test_module_specifiers( include.clone(), &cwd, - fs_util::is_supported_ext, + fs_util::is_supported_ext_test, )? } else { Vec::new() @@ -1222,7 +1222,7 @@ async fn test_command( test_runner::collect_test_module_specifiers( include.clone(), &cwd, - fs_util::is_supported_ext, + fs_util::is_supported_ext_test, )? } else { Vec::new() |