From 1a5c4d91e953f93cece373b3ef4283e58ebac0c5 Mon Sep 17 00:00:00 2001 From: Arya Emami Date: Mon, 9 Dec 2024 00:58:39 -0600 Subject: [PATCH] chore: update snapshots --- test/typescript/test/__snapshots__/runner.test.ts.snap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"'.