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 b490df5 commit 6359d2d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions server/src/routes/__tests__/auth.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 Down Expand Up @@ -237,4 +237,3 @@ describe('testing authentication routes', () => {
});
});
});
*/

0 comments on commit 6359d2d

Please sign in to comment.