The best (and worst) of Mocha, JavaScript unit testing

Have you ever made a change in your JavaScript code, and some time later you find that something stop working? Is there a way to avoid this? Of course, unit testing. And in JavaScript? Yes, Mocha   Unit tests All we’ve ever developed, have encountered such situations. Maybe you were trying to fix a bug, … Continue reading The best (and worst) of Mocha, JavaScript unit testing