mulugithub / JavaScript-Capstone

Awesome movie app is a single-page app that lists movies by categories. Users can like their favorite movies, open details about each movie and leave comments. Built with JavaScript and API.
MIT License
2 stars 0 forks source link

[3pt] - Add tests for comments counter - Student B #2

Open mulugithub opened 1 year ago

mulugithub commented 1 year ago

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

Make sure that you have tests for all edge cases.