testing-nestjs
A repository to show off to the community methods of testing NestJS
A repository to show off to the community methods of testing NestJS including Unit Tests, Integration Tests, E2E Tests, pipes, filters, interceptors, GraphQL, Mongo, TypeORM, and more! Each folder is a fully functional Nest application on its own. All you need to do after cloning the repository is move into the folder, install the dependencies and test! Or you could just, you know, look at the test on GitHub too, no big deal. I've noticed a lot of people seem to get stuck on testing, and how to do it using the utilities given to us by Nest. ...