jmcdo29 / 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!
MIT License
2.88k stars 379 forks source link

Add code comment for documenting the tests. #1993

Open endalk200 opened 1 year ago

endalk200 commented 1 year ago

Add code comment for documenting the tests.

I think adding a code comment to the test suite is a good idea for code readability and I think this will benefit a lot more people in this regard. If this is something that is acceptable to the project I can contribute this to the existing tests.

jmcdo29 commented 1 year ago

Go for it. I'll be happy to make adjustments where necessary