mirror of
https://github.com/Redocly/redoc.git
synced 2024-11-11 11:26:37 +03:00
6 lines
156 B
TypeScript
6 lines
156 B
TypeScript
import * as Enzyme from 'enzyme';
|
|
import * as Adapter from 'enzyme-adapter-react-16';
|
|
import 'raf/polyfill';
|
|
|
|
Enzyme.configure({ adapter: new Adapter() });
|