DEV Community

Discussion on: Writing Your First React Test

Collapse
 
stevetaylor profile image
Steve Taylor

Having used both Jest and Mocha extensively, I’d move all front-end tests to Mocha and run them in a browser. Having two different test runners is a hassle.