Skip to content

Commit 0a42481

Browse files
authored
Add missing code block terminator (#1420)
1 parent 11ffbf3 commit 0a42481

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/react-testing-library/faq.mdx

+1
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)