DevaWinner / to-do-project

This is a simple To-Do List application built using JavaScript and HTML and CSS. It allows users to create, manage, and track their tasks. The application features include adding tasks, marking tasks as completed, editing task descriptions, deleting tasks, and clearing all completed tasks.
https://devawinner.github.io/to-do-project/
MIT License
2 stars 0 forks source link

Test for Todo App using Jest #6

Closed DevaWinner closed 1 year ago

DevaWinner commented 1 year ago

This pull request introduces tests for the Todo App to ensure the correct functionality of the addTask and deleteTask functions. The following changes were made:

These changes provide accurate and reliable tests for the addTask and deleteTask functions.

Please review and offer any suggested changes.