it('Pass the format directly to the child if the prop is passed', () => {
    const format = '%n in %u';
    const wrapper = shallow(
      <ReactFormattedAmount format={format} amount={200} currency="€" />
    );