diff --git a/test/typescript/test/__snapshots__/runner.test.ts.snap b/test/typescript/test/__snapshots__/runner.test.ts.snap index 4175a032a0b8..1ad5a639d5b5 100644 --- a/test/typescript/test/__snapshots__/runner.test.ts.snap +++ b/test/typescript/test/__snapshots__/runner.test.ts.snap @@ -103,7 +103,7 @@ Error: error TS18003: No inputs were found in config file '/tsconfig.empty " `; -exports[`should fail > typecheks with custom tsconfig 1`] = ` +exports[`should fail > typechecks with custom tsconfig 1`] = ` "TypeCheckError: This expression is not callable. Type 'ExpectUndefined' has no call signatures. TypeCheckError: This expression is not callable. Type 'ExpectVoid' has no call signatures. TypeCheckError: Type 'string' does not satisfy the constraint '"Expected string, Actual number"'.