Skip to content

Commit

Permalink
Forgot to remove .only
Browse files Browse the repository at this point in the history
  • Loading branch information
msfstef committed Dec 12, 2024
1 parent e2f00db commit d462e3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/typescript-client/test/client.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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<void>((res) => {
authChanged = res
Expand Down

0 comments on commit d462e3e

Please sign in to comment.