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