-
- Downloads
Add unit tests for AuthModule (#44)
* add first test implementation * refactor config and add tests * remove unused input * add tests for auth controller * add check for auth-guard * add tests for auth.dto.ts * refactor auth service mocks * remove console log and test fix * remove obsolete imports
Showing
- src/auth/auth.controller.spec.ts 151 additions, 0 deletionssrc/auth/auth.controller.spec.ts
- src/auth/auth.dto.spec.ts 175 additions, 0 deletionssrc/auth/auth.dto.spec.ts
- src/auth/auth.module.ts 11 additions, 12 deletionssrc/auth/auth.module.ts
- src/auth/auth.service.spec.ts 142 additions, 0 deletionssrc/auth/auth.service.spec.ts
- src/auth/mock/auth.service.mock.ts 58 additions, 0 deletionssrc/auth/mock/auth.service.mock.ts
- src/user/mock/user.service.mock.ts 24 additions, 0 deletionssrc/user/mock/user.service.mock.ts
Loading
Please register or sign in to comment