DEV Community

Discussion on: What's your favorite JS testing framework?

Collapse
 
mage_ai profile image
Mage

We use React on our frontend, so Jest and Enzyme are our preferred JS testing frameworks. Since these are quite popular, there are also a lot of great resources out there on using them, and Jest is even recommended in React's docs.