test(`country => <SelectCountry .../>`, () => {
    const wrapper = shallow(<FieldShape field={{...field, data_type: 'country'}} />);
    expect(wrapper.text()).toEqual('<InjectIntl(SelectCountry) />');
  });