summaryrefslogtreecommitdiff
path: root/tests/testdata/run/js_root_with_ts_check.js
diff options
context:
space:
mode:
Diffstat (limited to 'tests/testdata/run/js_root_with_ts_check.js')
-rw-r--r--tests/testdata/run/js_root_with_ts_check.js5
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/testdata/run/js_root_with_ts_check.js b/tests/testdata/run/js_root_with_ts_check.js
deleted file mode 100644
index adca847ee..000000000
--- a/tests/testdata/run/js_root_with_ts_check.js
+++ /dev/null
@@ -1,5 +0,0 @@
-// @ts-check
-
-/** @type {number} */
-const a = "";
-console.log(a);