Skip to content

mliq/enzyme-memo-bug-repro

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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" />

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published