issues
search
Kwentsir
/
To-Do-List-App
In this project, I created a simple to do list app. The app has the follow features: Adding new task to the list, updating task description, marking task as complete, removing task from the list, clearing all completed task.
5
stars
0
forks
source link
Test todo
#6
Closed
huseyinbiyik
closed
2 years ago
huseyinbiyik
commented
2 years ago
On this Pull Request, we added these features:
Jest framework used for testing.
A test file created ([testtodo.test.js) for a file containing the add item and delete item functions that you want to test.
HTML mocked to test if add/delete functions add or remove exactly one
element to/from the list in the DOM.
Tests grouped using the describe() method.
On this Pull Request, we added these features: