Skip to content

Commit a38caab

Browse files
committed
fix
1 parent fbd6473 commit a38caab

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

packages/blitz-next/src/error-boundary.test.tsx

-13
Original file line numberDiff line numberDiff line change
@@ -80,19 +80,6 @@ test("standard use-case", () => {
8080
const calls = consoleError.mock.calls[0]
8181
//@ts-expect-error - it's a mock
8282
expect(calls[1]).toMatchInlineSnapshot("[Error: 💥 CABOOM 💥]")
83-
expect(cleanStack(componentStack)).toMatchInlineSnapshot(`
84-
"Error: Uncaught [Error: 💥 CABOOM 💥]
85-
at reportException
86-
at innerInvokeEventListeners
87-
at invokeEventListeners
88-
at HTMLUnknownElementImpl._dispatch
89-
at HTMLUnknownElementImpl.dispatchEvent
90-
at HTMLUnknownElement.dispatchEvent
91-
at Object.invokeGuardedCallbackDev
92-
at invokeGuardedCallback
93-
at beginWork\$1
94-
at performUnitOfWork "
95-
`)
9683
expect(consoleError).toHaveBeenCalledTimes(3)
9784
consoleError.mockClear()
9885

0 commit comments

Comments
 (0)