summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/check/all/check_all.out
diff options
context:
space:
mode:
authorDavid Sherret <dsherret@users.noreply.github.com>2023-03-11 11:43:45 -0500
committerGitHub <noreply@github.com>2023-03-11 11:43:45 -0500
commit8db853514caae431a0ce91360d854c1b7f3c405f (patch)
tree4173976ce6c836b715af22c9aeb9f336debb8544 /cli/tests/testdata/check/all/check_all.out
parente4430400ced48529730a8752c547b613a23c76ce (diff)
fix(check): regression where config "types" entries caused type checking errors (#18124)
Closes #18117 Closes #18121 (this is just over 10ms faster in a directory one up from the root folder) cc @nayeemrmn
Diffstat (limited to 'cli/tests/testdata/check/all/check_all.out')
-rw-r--r--cli/tests/testdata/check/all/check_all.out4
1 files changed, 4 insertions, 0 deletions
diff --git a/cli/tests/testdata/check/all/check_all.out b/cli/tests/testdata/check/all/check_all.out
new file mode 100644
index 000000000..344264634
--- /dev/null
+++ b/cli/tests/testdata/check/all/check_all.out
@@ -0,0 +1,4 @@
+error: TS2322 [ERROR]: Type '12' is not assignable to type '"a"'.
+export const a: "a" = 12;
+ ^
+ at http://localhost:4545/subdir/type_error.ts:1:14