lotus-1 / To-Do-App-Pro

to-do list app
0 stars 2 forks source link

The newTodoTest should not contain an id #19

Open MynahMarie opened 5 years ago

MynahMarie commented 5 years ago

In the test.js file, you have a variable that is supposed to represent a new todo. This new todo should not have an id because the addTodo function is supposed to give an id to the new todo.

https://github.com/lotus-1/To-Do-App-Pro/blob/604eb9411faac9b1fc1ddfcc40347a91a2b65330/test.js#L17-L21