DEV Community

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

Collapse
 
monknomo profile image
Gunnar Gissel

Historically, no.

With our latest front end app, we've been writing jest tests. There's a learning curve for sure; we're still not very good at doing anything more complicated than pretending to click on a button.

I've been enjoying the snapshots, though. Nice regression warning there