summaryrefslogtreecommitdiff
path: root/tests/testdata/run/check_js_points_to_ts/bar.ts
diff options
context:
space:
mode:
Diffstat (limited to 'tests/testdata/run/check_js_points_to_ts/bar.ts')
-rw-r--r--tests/testdata/run/check_js_points_to_ts/bar.ts3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/testdata/run/check_js_points_to_ts/bar.ts b/tests/testdata/run/check_js_points_to_ts/bar.ts
deleted file mode 100644
index 026cd2f1e..000000000
--- a/tests/testdata/run/check_js_points_to_ts/bar.ts
+++ /dev/null
@@ -1,3 +0,0 @@
-export function bar(): string {
- return 42;
-}