mirror of
https://github.com/wagtail/wagtail.git
synced 2024-11-25 13:10:14 +01: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(),
|
||
|
});
|