Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/react-testing-library/faq.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ test('error boundary catches error', () => {
)
expect(container.textContent).toEqual('Something went wrong.')
})
```

If the error boundary did not catch the error, the test would fail since the `render` call would throw the error the Component produced.

Expand Down