DEV Community

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

Collapse
 
simoroshka profile image
Anna Simoroshka

At work - no.
At the hobby project - yes, we are getting into it. Cypress and jest + react-testing-library, both of which I find great. They encourage to test how components or the app behave, not the implementation details. I find it very helpful.