SebastianSolisFenger / To-do-List-Pro

An App that allows users to manage daily tasks. Built using HTML, CSS, Javascript, Web packs, and Jest framework for automated testing.
https://sebastiansolisfenger.github.io/To-do-List-Pro/dist/
3 stars 0 forks source link

Testing To Do list: part 1 #7

Closed SebastianSolisFenger closed 2 years ago

SebastianSolisFenger commented 2 years ago

Testing To-Do list: part 1

In this project, we have written unit tests for the To-Do list application. The testing project has been divided into two parts. In part 1, we have tested functions responsible for adding and deleting list items.

Screenshots to showcase the fact that both tests are working correctly:

image

image