Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit d49f5a1

Browse files
Update faq.mdx - fix code block and formatting (#1473)
1 parent a605e93 commit d49f5a1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

‎docs/react-testing-library/faq.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@ test('error boundary catches error', () => {
113113
)
114114
expect(container.textContent).toEqual('Something went wrong.')
115115
})
116+
```
116117

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

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /