diff --git a/src/app.test.js b/src/app.test.js index 2cf5c249..6e4f59a2 100644 --- a/src/app.test.js +++ b/src/app.test.js @@ -4,7 +4,6 @@ const app = require('./app') describe('GET /health', () => { test('should return 200', async () => { - throw Error(); const response = await request(app).get('/health') expect(response.statusCode).toBe(200) })