How to start unit testing your Javascript projects - Pt.1
What is and why you should write automated tests for your code
As the name already say it all, automated testing is a way to check whether your code behaves as expected or not. It works by running your code through a suite of written tests and verify...
apolinariosdevblog.hashnode.dev5 min read