Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Tim Deschryver <[email protected]>
  • Loading branch information
eps1lon and timdeschryver authored Sep 4, 2024
1 parent 1e35843 commit 0ce7214
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/react-testing-library/faq.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ as part of the `change` method call.

<summary>How do I test error boundaries</summary>

To test if an error boundary successfully catches an error, you should make sure that if the fallback of the boundary is displayed when a child threw.
To test if an error boundary successfully catches an error, you should make sure that the fallback of the boundary is displayed when a child threw.

Here's an example of how you can test an error boundary:

Expand Down

0 comments on commit 0ce7214

Please sign in to comment.