Skip to content

Commit fe8927a

Browse files
committed
Removed the /register router from testing as it returns 404 normaly
1 parent 72feb29 commit fe8927a

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

src/__tests__/routes/getrouters.test.ts

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,6 @@ describe('GET /login', () => {
1515
});
1616
});
1717

18-
describe('GET /register', () => {
19-
it('should respond with a 200 status code', async () => {
20-
const response = await request(app).get('/');
21-
expect(response.status).toBe(200);
22-
});
23-
});
24-
2518
describe('GET /account', () => {
2619
it('should respond with a 200 status code', async () => {
2720
const response = await request(app).get('/');

0 commit comments

Comments
 (0)