miftah1991 / ToDoList

This is simple To-Do App for managing the daily tasks and to keep track on tasks during the day.
https://miftah1991.github.io/ToDoList/dist/
MIT License
17 stars 0 forks source link

Add and Delete tasks testing #8

Closed CRClothier closed 2 years ago

CRClothier commented 2 years ago

In this checkpoint we installed jest and added mock tests for the addTask function and for the deleteTasks function.

We used babel to translate ES6 so it was compatible with jest.

miftah1991 commented 2 years ago

Thank you All for your review.