diff options
author | Nayeem Rahman <nayeemrmn99@gmail.com> | 2022-06-15 17:26:43 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-15 12:26:43 -0400 |
commit | 845d4754c6fb959d1404f5de4bba9e71667b8c89 (patch) | |
tree | 88e0ca591f1d055d274731d84e2dfe5bdf69b7d5 /cli/tools/test.rs | |
parent | 0b90e966c5e22b95c283a10407234cad37b8f19b (diff) |
fix(check): use "moduleDetection": "force" (#14875)
Diffstat (limited to 'cli/tools/test.rs')
-rw-r--r-- | cli/tools/test.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/cli/tools/test.rs b/cli/tools/test.rs index 6d1530f3e..ef4d35cce 100644 --- a/cli/tools/test.rs +++ b/cli/tools/test.rs @@ -884,8 +884,6 @@ fn extract_files_from_regex_blocks( file_source.push_str(&format!("{}\n", text.as_str())); } - file_source.push_str("export {};"); - let file_specifier = deno_core::resolve_url_or_path(&format!( "{}${}-{}{}", specifier, |