mirror of
https://github.com/gosticks/react-bootstrap-table2.git
synced 2025-10-16 11:55:39 +00:00
9 lines
182 B
JavaScript
9 lines
182 B
JavaScript
import Adapter from 'enzyme-adapter-react-16.3';
|
|
import { configure } from 'enzyme';
|
|
|
|
const configureEnzyme = () => {
|
|
configure({ adapter: new Adapter() });
|
|
};
|
|
|
|
configureEnzyme();
|