Skip to content

Commit

Permalink
fix again
Browse files Browse the repository at this point in the history
  • Loading branch information
siddhsuresh committed Dec 20, 2024
1 parent a38caab commit 2bb10b8
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 @@ -80,7 +80,7 @@ test("standard use-case", () => {
const calls = consoleError.mock.calls[0]
//@ts-expect-error - it's a mock
expect(calls[1]).toMatchInlineSnapshot("[Error: 💥 CABOOM 💥]")
expect(consoleError).toHaveBeenCalledTimes(3)
expect(consoleError).toHaveBeenCalledTimes(1)
consoleError.mockClear()

expect(screen.getByRole("alert")).toMatchInlineSnapshot(`
Expand Down

0 comments on commit 2bb10b8

Please sign in to comment.