- Added tests for comment liking (`like` and `unlike` methods). - Improved `findAllByContentId` tests to cover enriched comment data (likes count, isLiked, and user avatar URL resolution). - Mocked new dependencies (`CommentLikesRepository` and `S3Service`) in `CommentsService` unit tests.