Improving your testing code coverage in Javascript
Actually, in Typescript. It’s 2021, you should be using it already, period.
Hello everyone, welcome back! And as usual, source code in the end of the article!

In this article I am aiming to write a bit about unit testing, specifically targeting testing coverage. It is supposed that you are a beginner to intermediary level with Node.JS and knowing…