Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 533 Bytes

File metadata and controls

13 lines (7 loc) · 533 Bytes

What is this?

This is a minimum reproducible example for cfaester/enzyme-adapter-react-18#12.

When cloned, run npm i.

After that, you can run either run:

npm run original-test, which runs the reproduction test file with the original @cfaester/enzyme-adapter-react-18

or

npm run changed-test, which will run the reproduction test file with a changed @cfaester/enzyme-adapter-react-18 that seems to let it work properly when calling .simulate() on an @emotion/styled styled component.