Skip to content

Commit

Permalink
Revert "Intentionally introduce test & lint failure"
Browse files Browse the repository at this point in the history
This reverts commit 643c248
  • Loading branch information
GaryGSC committed Jun 15, 2021
1 parent 643c248 commit ff423c3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/app.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -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)
})
Expand Down

0 comments on commit ff423c3

Please sign in to comment.