Setup Mocha in watch mode for TDD in Node.js
Test-Driven Development is a great development (not testing) methodology. It definitively helps you to produce :
Minimal code to implement business needs
Small functions
Code covered by tests, avoiding later regressions
We use it every day at Prom...
promyze.hashnode.dev3 min read