Skip to content

Commit

Permalink
fix: Fix dependency conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
NnatuanyaFrankOguguo committed Mar 1, 2025
1 parent 55c6df4 commit c748ea5
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/modules/auth/tests/auth.service.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,10 @@ import { OrganisationsService } from '@modules/organisations/organisations.servi
import { User } from '@modules/user/entities/user.entity';
import { Profile } from '@modules/profile/entities/profile.entity';
import { LoginDto } from '../dto/login.dto';

import { Profile } from '../../profile/entities/profile.entity';
import { CustomHttpException } from '../../../helpers/custom-http-filter';
import { OrganisationsService } from '../../../modules/organisations/organisations.service';
import { ProfileService } from '../../profile/profile.service';
import { INestApplication } from '@nestjs/common';
import { AppModule } from '../../../app.module';
import * as request from 'supertest';


import UserResponseDTO from '@modules/user/dto/user-response.dto';
import { Otp } from '@modules/otp/entities/otp.entity';
import { Verify2FADto } from '../dto/verify-2fa.dto';
Expand Down

0 comments on commit c748ea5

Please sign in to comment.