describe('<PledgeQuestion />', function () {
  it('should render', function () {
    const wrapper = shallow(<PledgeQuestion>Um welche Laptops handelt es sich?</PledgeQuestion>)

    wrapper.find(CommentAvatar).length.should.equal(1)