NestJS Unit & Integration Tests
Testing is a crucial part of software development, ensuring that your code works as expected and preventing bugs from making their way into production. In this blog post, we will explore how to write unit and integration tests for a NestJS applicatio...
blog.nicanor.me10 min read
Naveen
break, build, repeat β»οΈ
Nice blog post! It still seems though after write integ tests is still quite a lot of work. I've been building Guava, guavas.xyz/, which uses AI to speed this process up even more. I ultimately think that testing is something which developers should never have to think about.