Skip to content

Commit

Permalink
bro
Browse files Browse the repository at this point in the history
  • Loading branch information
Ricky Raup authored and Ricky Raup committed Apr 17, 2024
1 parent 6359d2d commit b29c1e0
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions server/src/routes/__tests__/admin.test.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* For testing auth.controller.ts and auth.middleware.ts
*/
/*

import express from 'express';
import request from 'supertest';
import { Server } from 'http';
Expand All @@ -12,7 +12,6 @@ import StatusCode from '../../util/statusCode';
import { User } from '../../models/user.model';
import Session from '../../models/session.model';

let dbConnection: MongoConnection;
let sessionStore: MongoStore;
let app: express.Express;
Expand Down Expand Up @@ -404,4 +403,3 @@ describe('testing admin routes', () => {
});
});
});
*/

0 comments on commit b29c1e0

Please sign in to comment.