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