UNPKG

react-search-field

Version:

This is a simple search field component for react

10 lines (6 loc) 184 B
import { configure } from 'enzyme'; import Adapter from 'enzyme-adapter-react-16'; function testConfig() { configure({ adapter: new Adapter() }); } module.exports = testConfig();