vabuyia / ToDoList-Apps

A simple To-do App that helps its users to manage their programs, users can be able to add, delete and update their programs, built with JavaScript, HTML/CSS and Webpack.
1 stars 0 forks source link

Testing To Do list: part 1 #8

Open vabuyia opened 2 years ago

vabuyia commented 2 years ago

Use jest framework for testing. Test file has been created containing the add item and delete item functions that you want to test. ****The test has been group using the describe() method.