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

Add Tests for Clear Completed, Update Status, and Edit Task Functionality #9

Closed DevaWinner closed 1 year ago

DevaWinner commented 1 year ago

This pull request introduces new tests for the following functionalities: clearing completed tasks, updating task status, and editing task description. These tests are implemented using the Jest testing framework.

Changes Made

Thank you!

DevaWinner commented 1 year ago

Concerning the webhint error, please reference below announcement; Screenshot from 2023-06-15 15-39-53