From d462e3ee8ba174ddece46dfb02b951fbd26dd314 Mon Sep 17 00:00:00 2001 From: msfstef Date: Thu, 12 Dec 2024 16:22:58 +0200 Subject: [PATCH] Forgot to remove .only --- packages/typescript-client/test/client.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/typescript-client/test/client.test.ts b/packages/typescript-client/test/client.test.ts index f400798dd3..d227fb1669 100644 --- a/packages/typescript-client/test/client.test.ts +++ b/packages/typescript-client/test/client.test.ts @@ -451,7 +451,7 @@ describe(`Shape`, () => { expect(mockErrorHandler.mock.calls[0][0]).toBeInstanceOf(FetchError) }) - it.only(`should support async error handler`, async ({ issuesTableUrl }) => { + it(`should support async error handler`, async ({ issuesTableUrl }) => { let authChanged: () => void const authChangePromise = new Promise((res) => { authChanged = res