diff options
Diffstat (limited to 'tests/testdata/run/js_root_with_ts_check.js.out')
-rw-r--r-- | tests/testdata/run/js_root_with_ts_check.js.out | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/testdata/run/js_root_with_ts_check.js.out b/tests/testdata/run/js_root_with_ts_check.js.out deleted file mode 100644 index 34e2fa61e..000000000 --- a/tests/testdata/run/js_root_with_ts_check.js.out +++ /dev/null @@ -1,4 +0,0 @@ -error: TS2322 [ERROR]: Type 'string' is not assignable to type 'number'. -const a = ""; - ^ - at [WILDCARD] |