Skip to content

Commit 14d0c1b

Browse files
author
Kamesh
committed
Passing build
1 parent 0314292 commit 14d0c1b

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>xpress App Testing Demo<\/title>/
18+
/<title>Express App Testing Demo<\/title>/
1919
);
2020
});
2121
});

0 commit comments

Comments
 (0)