-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Closed
Description
react-testing-library
version: 5.0.0react
version: 16.4.2node
version: 8.11.3npm
(oryarn
) version: 6.4.0
Relevant code or config:
const Test = () => (
<div>
<div>hi</div>
<div>other</div>
</div>
)
const container = rtl.render(Test)
console.log(container.debug())
What you did:
ran this in a test
running test in a jsdom environment
What happened:
undefined (debug doesn't do anything)
Reproduction:
Problem description:
docs imply debug() does something :)
Metadata
Metadata
Assignees
Labels
No labels