|
|
@ -5,7 +5,7 @@ describe("Get route", () => { |
|
|
|
it("page should return hello Mr Jenkins", async () => { |
|
|
|
const res = await request(app).get("/"); |
|
|
|
expect(res.statusCode).toEqual(200); |
|
|
|
expect(res.body).toEqual("Hello Mr Jenkins"); |
|
|
|
expect(res.body).toEqual("Hello Mr Jenkins, welcome to the world"); |
|
|
|
}); |
|
|
|
}); |
|
|
|
|
|
|
|