Skip to content

Commit 467acbb

Browse files
committed
the last semi colon
1 parent c5d90ac commit 467acbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ const app = require("./app.js");
55
describe("Get Login", () => {
66
it("Should Get the login Page ", async () => {
77
const res = await request(app)
8-
.get("/login")
8+
.get("/login");
99
expect(res.statusCode).toEqual(200);
1010
});
1111
});

0 commit comments

Comments
 (0)