add tests

This commit is contained in:
Gsk54
2022-12-14 11:53:50 +01:00
parent c2ae623e72
commit 95555c476b
5 changed files with 142 additions and 10 deletions

View File

@@ -1,12 +1,6 @@
import { Mapper } from '@automapper/core';
import { InjectMapper } from '@automapper/nestjs';
import {
BadRequestException,
Body,
ConflictException,
Controller,
NotFoundException,
} from '@nestjs/common';
import { Controller } from '@nestjs/common';
import { CommandBus, QueryBus } from '@nestjs/cqrs';
import { GrpcMethod, RpcException } from '@nestjs/microservices';
import { DatabaseException } from 'src/modules/database/src/exceptions/DatabaseException';