Skip to content

Commit 6ed747d

Browse files
committed
Jest tests
1 parent 3e962eb commit 6ed747d

File tree

2 files changed

+1
-23
lines changed

2 files changed

+1
-23
lines changed

src/company/controller/company.controller.test.ts

-22
This file was deleted.

src/company/controller/company.controller.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import {
1313
import { CompanyService } from "../service/company.service";
1414
import { CreateCompanyDto } from "../dto/create-company.dto";
1515
// import { UpdateCompanytDto } from "../dto/update-company.dto";
16-
import { JwtAuthGuard } from 'src/auth/guards/jwt-auth.guard';
16+
import { JwtAuthGuard } from '../../auth/guards/jwt-auth.guard';
1717

1818
@UseGuards(JwtAuthGuard)
1919
@Controller("companies")

0 commit comments

Comments
 (0)