Skip to content

Commit

Permalink
cleanup console log
Browse files Browse the repository at this point in the history
  • Loading branch information
justthinguyen committed Mar 26, 2024
1 parent 64f4447 commit 6c3137b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/TodoListReducer.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,5 @@ describe("todoListReducer", () => {
const newTodos = todoListReducer(initialState, action);

expect(newTodos[0]).toEqual(initialState[1]);
console.log(newTodos, initialState);
});
});

0 comments on commit 6c3137b

Please sign in to comment.