markusenglund / react-switch

A draggable toggle-switch component for React. Check out the demo at:
https://react-switch.netlify.com/
MIT License
1.33k stars 101 forks source link

replace enzyme with testing-library #111

Closed smhg closed 2 years ago

smhg commented 2 years ago

@markusenglund I've created this PR to pave the way for React 18 compatibility (see #107). (sadly) Enzyme doesn't seem to have a future, so tests had to be refactored with testing-library.

This seems to work quite well, except for the snapshots. Can you please have a look why they are different? It seems to be a matter of spacing and, more importantly, vendor-prefixing in style declarations. Do you have any idea what generated those vendor-prefixes in the snapshots?

smhg commented 2 years ago

I'm closing this PR and sending one from a separate branch (sorry for the distractions).