UNPKG

react-crud-table

Version:

A table that includes all the CRUD operations.

7 lines (4 loc) 153 B
import { configure } from 'enzyme'; import Adapter from 'enzyme-adapter-react-16'; configure({ adapter: new Adapter() }); global.scrollTo = jest.fn();