diff options
Diffstat (limited to 'cli/tests/testdata/check/module_detection_force.ts')
-rw-r--r-- | cli/tests/testdata/check/module_detection_force.ts | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/cli/tests/testdata/check/module_detection_force.ts b/cli/tests/testdata/check/module_detection_force.ts deleted file mode 100644 index 185ceb816..000000000 --- a/cli/tests/testdata/check/module_detection_force.ts +++ /dev/null @@ -1,3 +0,0 @@ -const a = 1; -await import("./module_detection_force/import.ts"); -console.log(a); |