There was an error while loading. Please reload this page.
1 parent de6889c commit 42abea3Copy full SHA for 42abea3
1 file changed
Sprint-3/todo-list/todos.test.mjs
@@ -128,5 +128,4 @@ describe("toggleCompletedOnTask()", () => {
128
Todos.toggleCompletedOnTask(todos, -1);
129
expect(todos).toEqual(todosBeforeToggle);
130
});
131
-});
132
-
+});
0 commit comments