DEV Community

Discussion on: Upgrading to React 17

 
keonik profile image
John Fay

I switched from enzyme to testing-library about a year and half ago. I honestly don’t remember enzyme much already. I do enjoy testing library’s access methods.

Thread Thread
 
sesamechicken profile image
sesamechicken

I should take a look! I primarily stick with jest because the test suites behave and are constructed for front end and back end (node) code.

Thread Thread
 
keonik profile image
John Fay

It’s still jest. It’s just an alternative for rendering components to enzyme. Yeah try it out!