Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
siddhsuresh committed Dec 20, 2024
1 parent f8ab8fc commit fbd6473
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/blitz-next/src/error-boundary.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ test("simple fallback is supported", () => {
unmount()
})

test.only("withErrorBoundary HOC", () => {
test("withErrorBoundary HOC", () => {
const consoleError = console.error as MockedFunction<(args: unknown[]) => void>

const onErrorHandler = vi.fn()
Expand Down

0 comments on commit fbd6473

Please sign in to comment.