API with NestJS #87. Writing unit tests in a project with raw SQL
Writing tests is crucial when aiming to develop a solid and reliable application. In this article, we explain the idea behind unit tests and write them for our application that works with raw SQL queries. The idea behind unit tests The job of a unit test is to make sure that an individual part of […]