summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/run/check_js_points_to_ts/test.js.out
diff options
context:
space:
mode:
Diffstat (limited to 'cli/tests/testdata/run/check_js_points_to_ts/test.js.out')
-rw-r--r--cli/tests/testdata/run/check_js_points_to_ts/test.js.out4
1 files changed, 4 insertions, 0 deletions
diff --git a/cli/tests/testdata/run/check_js_points_to_ts/test.js.out b/cli/tests/testdata/run/check_js_points_to_ts/test.js.out
new file mode 100644
index 000000000..c052a7c3d
--- /dev/null
+++ b/cli/tests/testdata/run/check_js_points_to_ts/test.js.out
@@ -0,0 +1,4 @@
+error: TS2322 [ERROR]: Type 'number' is not assignable to type 'string'.
+ return 42;
+ ~~~~~~~~~~
+ at [WILDCARD]