mirror of
https://github.com/strapi/strapi.git
synced 2025-07-15 04:53:17 +00:00
9 lines
193 B
JavaScript
9 lines
193 B
JavaScript
import 'jest-styled-components';
|
|
import { configure } from 'enzyme';
|
|
import Adapter from 'enzyme-adapter-react-16';
|
|
|
|
configure({
|
|
adapter: new Adapter(),
|
|
disableLifecycleMethods: false,
|
|
});
|