From a21899477ceb4bfbc5c83062435712d61ca51076 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 0f45400db132..65931ab79b7b 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.vites " `; -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"'.