setup done !

This commit is contained in:
Aashish-Upadhyay-101
2023-03-16 17:36:49 +05:45
parent 46f2b7a3f8
commit ded5c50157

View File

@@ -18,4 +18,4 @@ describe('Healthcheck endpoint', () => {
const res = await request(server).get('/healthcheck');
expect(res.status).toEqual(200);
});
});
});