Added a new menu entry to list tasks #4
Annotations
2 errors
Test the project:
src/displayMenu.test.js#L6
AssertionError: expected [ 'What do you want to do?', …(3) ] to strictly equal [ 'What do you want to do?', …(2) ]
- Expected
+ Received
Array [
"What do you want to do?",
"1. Create a todo",
+ "2. List all tasks",
"0. Quit this script",
]
❯ src/displayMenu.test.js:6:23
|
Test the project
Process completed with exit code 1.
|
Loading