From 5130fb5b7905549451280e860e442dc9e2af3221 Mon Sep 17 00:00:00 2001 From: Bob den Os <108393871+BobdenOs@users.noreply.github.com> Date: Mon, 5 Jun 2023 22:12:31 +0000 Subject: [PATCH] update global.test.ts.snap --- e2e/__tests__/__snapshots__/globals.test.ts.snap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e2e/__tests__/__snapshots__/globals.test.ts.snap b/e2e/__tests__/__snapshots__/globals.test.ts.snap index 5fc78e1d94f3..d1ed6b3a51db 100644 --- a/e2e/__tests__/__snapshots__/globals.test.ts.snap +++ b/e2e/__tests__/__snapshots__/globals.test.ts.snap @@ -24,7 +24,7 @@ exports[`cannot have describe with no implementation 1`] = ` Missing second argument. It must be a callback function. > 1 | describe('describe, no implementation'); - | ^ + | ^ at Object. (__tests__/onlyConstructs.test.js:1:40)" `;