Željko Ševićforzsevic.hashnode.net·Feb 22, 2023Testing custom repositories (NestJS/TypeORM)Custom repositories extend the base repository class and enrich it with several additional methods. This post covers unit and integration testing. // user.repository.ts @Injectable() export class UserRepository extends Repository<UserEntity> { cons...34 readsnestjsAdd a thoughtful commentNo comments yetBe the first to start the conversation.