it('Pass the separator directly to the child if the prop is passed', () => {
    const separator = 'SEPARATOR';
    const wrapper = shallow(
      <ReactFormattedAmount separator={separator} amount={200} currencyCode="eur" />
    );