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.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/tests/js_import_detect.ts b/cli/tests/js_import_detect.ts
index 7b90dfe63..751741996 100644
--- a/cli/tests/js_import_detect.ts
+++ b/cli/tests/js_import_detect.ts
@@ -1,3 +1,3 @@
-function define(_foo: string[]): void {}
+function define(_foo: string[]) {}
define(["long"]);
console.log("ok");