bounswe / bounswe2022group4

6 stars 3 forks source link

Frontend: Unit Tests for Posts #487

Closed umutdenizsenerr closed 1 year ago

umutdenizsenerr commented 1 year ago

I have finished implementation of the Post Structure. I have implemented create post, delete post, edit post, upvote post, downvote post functionalities. Now i have written unit test cases for the home page by using react testing library.

mbatuhan-malazgirt commented 1 year ago

I have reviewed the unit tests. They are covering the testing of the post structure. Thanks!