diff options
Diffstat (limited to 'cli/tests/testdata/npm/dynamic_import/main.ts')
-rw-r--r-- | cli/tests/testdata/npm/dynamic_import/main.ts | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/cli/tests/testdata/npm/dynamic_import/main.ts b/cli/tests/testdata/npm/dynamic_import/main.ts deleted file mode 100644 index 8b850a8ee..000000000 --- a/cli/tests/testdata/npm/dynamic_import/main.ts +++ /dev/null @@ -1,3 +0,0 @@ -const importName = "./other.ts"; -console.log("A"); -await import(importName); |