summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/run/check_js_points_to_ts/test.js
diff options
context:
space:
mode:
Diffstat (limited to 'cli/tests/testdata/run/check_js_points_to_ts/test.js')
-rw-r--r--cli/tests/testdata/run/check_js_points_to_ts/test.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/cli/tests/testdata/run/check_js_points_to_ts/test.js b/cli/tests/testdata/run/check_js_points_to_ts/test.js
new file mode 100644
index 000000000..00d894451
--- /dev/null
+++ b/cli/tests/testdata/run/check_js_points_to_ts/test.js
@@ -0,0 +1,3 @@
+// @deno-types="./foo.d.ts"
+import { foo } from "./foo.js";
+foo();