Skip to content

Commit 95c5ecb

Browse files
author
Berry Langerak
committed
Intentional failure.
1 parent 71ca328 commit 95c5ecb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app.e2e.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ describe('API Tests', () => {
77
it('should return Hello World from GET /', async () => {
88
const res = await request(baseURL).get('/');
99
expect(res.statusCode).toBe(200);
10-
expect(res.text).toBe('Hello World!');
10+
expect(res.text).toBe('Hello stadslab!');
1111
});
1212

1313
it('should respond within reasonable time', async () => {

0 commit comments

Comments
 (0)