File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ import { DeleteResult } from 'mongodb'
22import { Test , TestingModule } from '@nestjs/testing'
33import { AuthController } from './auth.controller'
44import { AuthService } from './auth.service'
5- import { AuthDto } from './dto /auth.dto '
6- import { Auth } from './schemas /auth.schema'
5+ import { AuthDto } from './_dto /auth._dto '
6+ import { Auth } from './_schemas /auth.schema'
77import { HttpException , HttpStatus } from '@nestjs/common'
88import { Types } from 'mongoose'
99import { Response , Request } from 'express'
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import { DeleteResult } from 'mongodb'
22import { Test , TestingModule } from '@nestjs/testing'
33import { AuthService } from './auth.service'
44import { getModelToken } from '@nestjs/mongoose'
5- import { Auth } from './schemas /auth.schema'
5+ import { Auth } from './_schemas /auth.schema'
66import { Model , Types } from 'mongoose'
77
88describe ( 'AuthService' , ( ) => {
You can’t perform that action at this time.
0 commit comments