diff --git a/README.md b/README.md index e40bdf13..3356a081 100644 --- a/README.md +++ b/README.md @@ -348,6 +348,7 @@ renders it's HTML directly in the body. This method is a shortcut for `console.log(prettyDOM(baseElement))`. ```javascript +import React from 'react' import {render} from 'react-testing-library' const HelloWorld = () =>

Hello World