chuck-catron/write-service-tests icon
public
Published on 5/5/2025
nestjs write-service-tests

Prompts
nestjs write-service-tests
Write Jest unit tests for a NestJS service
Write Jest unit tests for the following NestJS service:
      {serviceCode}
      Cover all public methods and use TestingModule for proper dependency injection.