diff options
Diffstat (limited to 'tests/specs/info_tests/json_file/subdir2/dynamic_import.ts')
-rw-r--r-- | tests/specs/info_tests/json_file/subdir2/dynamic_import.ts | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/specs/info_tests/json_file/subdir2/dynamic_import.ts b/tests/specs/info_tests/json_file/subdir2/dynamic_import.ts deleted file mode 100644 index 59beb64c3..000000000 --- a/tests/specs/info_tests/json_file/subdir2/dynamic_import.ts +++ /dev/null @@ -1,4 +0,0 @@ -(async () => { - const { printHello } = await import("../mod2.ts"); - printHello(); -})(); |