DEV Community

Discussion on: My Experience With Test Driven Development (TDD)

Collapse
 
russ profile image
Russ

I'm using Mocha + Chai on the backend and Enzyme on the frontend. I've been thinking of using Jest on the frontend. I'll be refactoring my frontend as well so I will be giving Jest a try.

Collapse
 
davinaleong profile image
Davina Leong

I've tried Mocha + Chai too.

What I like about Jest is it's simplicity of use... no setup or configs required...

Thread Thread
 
russ profile image
Russ

I'll have to look into it a bit closer, thank you for the suggestion :)