Using Mocha for Test-Driven Development in building API with Node / Express
Automated tests? Why? How?
For the longest time, I was just writing functionalities and manually testing them to ensure they work as expected. Every single new functionality, I would test my service manually ten times, hundred times, THOUSANDS times… you get it.