79300743

Date: 2024-12-22 09:34:05
Score: 1
Natty:
Report link

I have a problem with the code below.

 test('public routes should be accessible', async () => {
     const res = await request(app).post('/api/public/login');
     expect(res.status).toBe(200);
                        ^
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Henrique Silva