notiz-dev / nestjs-prisma-starter

Starter template for NestJS 😻 includes GraphQL with Prisma Client, Passport-JWT authentication, Swagger Api and Docker
MIT License
2.37k stars 336 forks source link

Fix jest unit and e2e test #466

Closed zlwu closed 2 years ago

zlwu commented 2 years ago
  1. Add a sample password.service.spec.ts for unit testing with 'npm run test'
  2. Fix 'npm run test:e2e'
zolotarev commented 2 years ago

Works like a sharm! Thanks @zlwu !

marcjulian commented 2 years ago

@zlwu thank you for this fix