import React from 'react'; import { mount } from 'enzyme'; import AutoComplete from '..'; describe('AutoComplete with Custom Input Element Render', () => { it('AutoComplete with custom Input render perfectly', () => { const wrapper = mount(