diff options
Diffstat (limited to 'cli/tests/testdata/run')
| -rw-r--r-- | cli/tests/testdata/run/check_js_points_to_ts/test.js.out | 2 |
1 files changed, 1 insertions, 1 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 index c052a7c3d..67cda9a65 100644 --- 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 @@ -1,4 +1,4 @@ error: TS2322 [ERROR]: Type 'number' is not assignable to type 'string'. return 42; - ~~~~~~~~~~ + ~~~~~~ at [WILDCARD] |
