Open gracezhouu opened 4 years ago
Hi @gracezhouu thanks for opening this issue to let us know you are stuck. 👍 From your stack trace you appear to be following the Todo List Tutorial: https://github.com/dwyl/javascript-todo-list-tutorial is that correct?
Please confirm that you have exported the update
function in your /lib/todo-app.js
e.g:
If update
is not exported at the end of your /lib/todo-app.js
file then it won't be accessible in your tests so you will see this app.update is not a function
error.
If possible, commit your code to GitHub so we can help you debug it much faster. 💡
Hi Guys When I go to the second step, and basic update function and run the test,
it supposed to pass the test, but there is the following error message, anyone know why?