Skip to content

Commit

Permalink
the last semi colon
Browse files Browse the repository at this point in the history
  • Loading branch information
krubenok committed Nov 22, 2019
1 parent c5d90ac commit 467acbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const app = require("./app.js");
describe("Get Login", () => {
it("Should Get the login Page ", async () => {
const res = await request(app)
.get("/login")
.get("/login");
expect(res.statusCode).toEqual(200);
});
});

0 comments on commit 467acbb

Please sign in to comment.