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