summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/test
diff options
context:
space:
mode:
Diffstat (limited to 'cli/tests/testdata/test')
-rw-r--r--cli/tests/testdata/test/doc.out2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/tests/testdata/test/doc.out b/cli/tests/testdata/test/doc.out
index 91ecbd4d4..1766912e5 100644
--- a/cli/tests/testdata/test/doc.out
+++ b/cli/tests/testdata/test/doc.out
@@ -4,7 +4,7 @@ Check [WILDCARD]/doc.ts$10-13.jsx
Check [WILDCARD]/doc.ts$14-17.ts
Check [WILDCARD]/doc.ts$18-21.tsx
Check [WILDCARD]/doc.ts$30-35.ts
-error: TS2367 [ERROR]: This condition will always return 'false' since the types 'string' and 'number' have no overlap.
+error: TS2367 [ERROR]: This comparison appears to be unintentional because the types 'string' and 'number' have no overlap.
console.assert(check() == 42);
~~~~~~~~~~~~~
at [WILDCARD]/doc.ts$30-35.ts:3:16