DEV Community

Discussion on: Does your team write code tests for front-end code?

Collapse
 
kamranayub profile image
Kamran Ayub

Yeah, we use Create React App which has Jest configured. Right now we are sitting around 250 tests. We shoot for 85% coverage overall with 100% coverage of core logic like state and reducers.