christianonoh / ToDoList

This web application's front-end implementation is aimed at assisting users in effectively organizing their tasks and keeping track of them. It utilizes contemporary web development technologies and practices to achieve this goal.
https://christianonoh.github.io/ToDoList/dist/
MIT License
6 stars 0 forks source link

Peer-to-peer code review Week 3 Day 5 #9

Open Danfall369 opened 1 year ago

Danfall369 commented 1 year ago

you are on the right track, but you can still improve some details, inside your src folder there is a file called modifyTask.test.js that is empty, if you did your test in another file, please put it in this location, after that I can see more clearly how your test is structured.

Mylo16 commented 1 year ago

@mylo: Great effort @christianonoh ! Your project is working fine. However, your test file seems not to be completed which renders your test to fail. Please check your testing and fix the problem. I have attached a link below. This link is for Salman - he isolated his function to enable the testing to work. Checking his code will help you. Happy coding👍👍 -https://github.com/fpsapc/To_Do_List Please you can also follow him on GitHub if it works for you