[TIL] test code using jest & supertest modules
Reasons why testing is important
It increases product stability.
It helps reduce side effects caused by adding or modifying features.
It enables coding without uncertainty.
It ultimately boosts productivity.
It makes debugging easier.
It helps ...
siwonlog.hashnode.dev2 min read