From 42abea3ff56709ecd3429e0db511cb440cc55305 Mon Sep 17 00:00:00 2001 From: KhotKeys Date: Sun, 9 Aug 2026 18:48:51 +0100 Subject: [PATCH] Sprint-3: implement todo-list --- Sprint-3/todo-list/todos.test.mjs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Sprint-3/todo-list/todos.test.mjs b/Sprint-3/todo-list/todos.test.mjs index bae7ae491..9a89499b1 100644 --- a/Sprint-3/todo-list/todos.test.mjs +++ b/Sprint-3/todo-list/todos.test.mjs @@ -128,5 +128,4 @@ describe("toggleCompletedOnTask()", () => { Todos.toggleCompletedOnTask(todos, -1); expect(todos).toEqual(todosBeforeToggle); }); -}); - +}); \ No newline at end of file