DEV Community

Discussion on: Do you apply testing in your side projects?

Collapse
 
aarohmankad profile image
Aaroh Mankad

To be honest, most of my side projects don't have any sort of rigorous testing, though I understand I could benefit a lot from it.

However, I always unit test my APIs. For that I use a testing library that a mentor of mine had developed when he was part of a contracting agency. (github.com/ishmaelthedestroyer/ctrllr)

If you want to get into testing your front-end, I highly recommend watching Fun Fun Functions Testing Series!