From 85c99d0e5cfd3e25c45ecbc2996c59ab86beddc2 Mon Sep 17 00:00:00 2001 From: Michael <45568605+michael-siek@users.noreply.github.com> Date: Mon, 8 Jun 2020 09:21:54 -0400 Subject: [PATCH] fix(docs): separate basic example code block --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index a02f9ec8..84311f1d 100644 --- a/README.md +++ b/README.md @@ -173,7 +173,9 @@ function HiddenMessage({children}) { } export default HiddenMessage +``` +```jsx // __tests__/hidden-message.js // these imports are something you'd normally configure Jest to import for you // automatically. Learn more in the setup docs: https://testing-library.com/docs/react-testing-library/setup#cleanup