DEV Community

Discussion on: Clean Code with Unit Tests: Tips and tricks for keeping your test suites clean

Collapse
 
jovanc profile image
Jovan Cvetanović

Thanks for sharing and wrapping up all of this, really good read.
I do almost exactly same as you, and it saves lot of time when something is not working on production code. Differences is I use mocha and use it for backend testing

Collapse
 
thawkin3 profile image
Tyler Hawkins

Thank you! And yes, absolutely, these are great testing principles to follow no matter what tech stack or testing libraries you use.