Skip to content

Commit 85c99d0

Browse files
authored
fix(docs): separate basic example code block
1 parent 75c1de9 commit 85c99d0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,9 @@ function HiddenMessage({children}) {
173173
}
174174

175175
export default HiddenMessage
176+
```
176177

178+
```jsx
177179
// __tests__/hidden-message.js
178180
// these imports are something you'd normally configure Jest to import for you
179181
// automatically. Learn more in the setup docs: https://testing-library.com/docs/react-testing-library/setup#cleanup

0 commit comments

Comments
 (0)