it('should render carriage return + newline combinations as <br/> tags', function () {
    const wrapper = shallow(
      <PledgeDescription>
        {'Dies ist die Beschreibung\r\ndes Versprechens.\r\n'}
      </PledgeDescription>