API with NestJS #102. Writing unit tests with Prisma
Covering our NestJS application with unit tests can help us create a reliable product. In this article, we introduce the idea behind unit tests and implement them in an application working with Prisma. In this article, we continue the code developed in API with NestJS #33. Managing PostgreSQL relationships with Prisma Introducing unit tests A […]