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

fix: types in units tests #1992

Closed neerajkumar161 closed 1 year ago

neerajkumar161 commented 1 year ago
neerajkumar161 commented 1 year ago

Refactor: http-example controller and service functions return types

jmcdo29 commented 1 year ago

Looks good to me! Thanks!