Alejandro-Bernal-M / To-do-list

A To do's list implementation where you can add, remove, mark as completed, edit, and drag tasks.
https://alejandro-bernal-m.github.io/To-do-list/
MIT License
11 stars 0 forks source link

Test for Add function and delele function #9

Closed Alejandro-Bernal-M closed 1 year ago

Alejandro-Bernal-M commented 1 year ago

Tests with jest

We implemented the tests for the add function and for the remove function.

https://github.com/Alejandro-Bernal-M/To-do-list/blob/ddf7c21bd5a47e3d89fbd4bdb76b8017f805a8c4/src/addAndDelete.test.js#L4-L18

image

Alejandro-Bernal-M commented 1 year ago

Thank you