Skip to content

Commit

Permalink
Update mentee.route.test.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
janithlahirukariyawasam committed Nov 27, 2023
1 parent c26a6c5 commit 86e46e7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/routes/admin/mentee/mentee.route.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,12 @@ import { mockAdmin, mockUser } from '../../../../mocks'
import { dataSource } from '../../../configs/dbConfig'
import Profile from '../../../entities/profile.entity'
import { ProfileTypes } from '../../../enums'
import type EmailTemplate from '../../../entities/emailTemplate.entity'

const port = Math.floor(Math.random() * (9999 - 3000 + 1)) + 3000

let server: Express
let agent: supertest.SuperAgentTest
let adminAgent: supertest.SuperAgentTest
let savedEmailTemplate: EmailTemplate

describe('Admin mentee routes', () => {
beforeAll(async () => {
Expand Down

0 comments on commit 86e46e7

Please sign in to comment.