summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/run/js_import_detect.ts
diff options
context:
space:
mode:
Diffstat (limited to 'cli/tests/testdata/run/js_import_detect.ts')
-rw-r--r--cli/tests/testdata/run/js_import_detect.ts3
1 files changed, 0 insertions, 3 deletions
diff --git a/cli/tests/testdata/run/js_import_detect.ts b/cli/tests/testdata/run/js_import_detect.ts
deleted file mode 100644
index 751741996..000000000
--- a/cli/tests/testdata/run/js_import_detect.ts
+++ /dev/null
@@ -1,3 +0,0 @@
-function define(_foo: string[]) {}
-define(["long"]);
-console.log("ok");