Skip to content
This repository has been archived by the owner on Dec 6, 2024. It is now read-only.

Commit

Permalink
removed unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
ikemHood committed Nov 27, 2024
1 parent 034bbe1 commit d236bf4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions backend/src/product/product.controller.spec.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
import { Test, TestingModule } from '@nestjs/testing';
import { ProductController } from './product.controller';
import { ProductService } from './product.service';
import { PrismaService } from '../prisma/prisma.service';
import { ProductDto } from './dto/product.dto';
import { FlagProductDto } from './dto/flag-product.dto';
import { HttpException, HttpStatus } from '@nestjs/common';
import { HttpException } from '@nestjs/common';

describe('ProductsController', () => {
let controller: ProductController;
Expand Down

0 comments on commit d236bf4

Please sign in to comment.