+ it('We expect stringForReactionList to return (👍 😆 3) for a message with one like not including the viewer and three laugh reactions including the viewer', () => {
+ const messageLikesUsers = ['86622'];
+ const messageLikesUsersSet = new Set(messageLikesUsers);