Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 404 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 404 Bytes

Reproduction of bug in enzymejs/enzyme#2038

yarn to setup

yarn test to run tests

a to run all tests.


wrapper.debug() on component without React.memo HOC:

<Button className="mockClass">
  <button className="mockClass">
     mockContent
  </button>
</Button>

wrapper.debug() on component with React.memo HOC:

<Button className="mockClass" />