We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5d90ac commit 467acbbCopy full SHA for 467acbb
test.js
@@ -5,7 +5,7 @@ const app = require("./app.js");
5
describe("Get Login", () => {
6
it("Should Get the login Page ", async () => {
7
const res = await request(app)
8
- .get("/login")
+ .get("/login");
9
expect(res.statusCode).toEqual(200);
10
});
11
0 commit comments