Skip to content

Commit f3aece6

Browse files
committed
added todos in fomeController and login Controller
1 parent 6522d99 commit f3aece6

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
describe("homeController", () => {
2+
it.todo("debe devolver un 200 al visitar la home");
3+
});
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
describe("loginController", () => {
2+
it.todo("debe devolver un 200 al visitar la página de login");
3+
});

0 commit comments

Comments
 (0)