mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-04-21 07:10:59 +00:00
7 lines
126 B
JavaScript
7 lines
126 B
JavaScript
|
|
import Enzyme from 'enzyme';
|
||
|
|
import Adapter from 'enzyme-adapter-react-16';
|
||
|
|
|
||
|
|
Enzyme.configure({
|
||
|
|
adapter: new Adapter(),
|
||
|
|
});
|