Skip to content

Commit 22da978

Browse files
author
Kamesh
committed
Breaking abuild
1 parent 451c0fe commit 22da978

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/__tests__/app.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ describe('index route', () => {
1515
.expect(200)
1616
.then(response => {
1717
expect(response.text).toMatch(
18-
/<title>Express App Testing Demo<\/title>/
18+
/<title>Epress App Testing Demo<\/title>/
1919
);
2020
});
2121
});

0 commit comments

Comments
 (0)