Skip to content

Commit 42abea3

Browse files
committed
Sprint-3: implement todo-list
1 parent de6889c commit 42abea3

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

Sprint-3/todo-list/todos.test.mjs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,5 +128,4 @@ describe("toggleCompletedOnTask()", () => {
128128
Todos.toggleCompletedOnTask(todos, -1);
129129
expect(todos).toEqual(todosBeforeToggle);
130130
});
131-
});
132-
131+
});

0 commit comments

Comments
 (0)