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