DEV Community

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

Collapse
 
mlapierre profile image
Mark Lapierre

Yes. For various reasons we actually have more FE unit tests than BE unit tests. The aim is to have reasonable coverage for both. They're supported by end-to-end API tests (they cover a lot of transactional logic and system integration that unit tests can't cover) and a small number of end-to-end UI tests.