AsimKhan2019 / Kanban_Board

0 stars 0 forks source link

[3pt] - Add tests for items counter - Student A #3

Open AsimKhan2019 opened 2 years ago

AsimKhan2019 commented 2 years ago

Make sure that function for the items counter is covered with unit tests using Jest.

AsimKhan2019 commented 2 years ago

Completed the task test for items counter

AsimKhan2019 commented 2 years ago

Added the test file and code for the items counter-test.

https://github.com/AsimKhan2019/Kanban_Board/blob/f7a85fc1ba2004c1ea3215303f6b80a3d86f0f50/src/test/counterItem.test.js#L38-L49

ifzyy commented 2 years ago

All test passed great work