write tests for UserService

This commit is contained in:
Philipinho
2023-08-05 18:36:35 +01:00
parent 6e3ba20fcf
commit 40a459271a
2 changed files with 65 additions and 5 deletions

View File

@ -9,7 +9,8 @@ import {
UseGuards,
HttpCode,
HttpStatus,
Req, UnauthorizedException,
Req,
UnauthorizedException,
} from '@nestjs/common';
import { UserService } from './user.service';
import { CreateUserDto } from './dto/create-user.dto';