mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2024-12-23 17:40:23 +03:00
5 lines
123 B
JavaScript
5 lines
123 B
JavaScript
|
import Enzyme from 'enzyme';
|
||
|
import Adapter from 'enzyme-adapter-react-16';
|
||
|
|
||
|
Enzyme.configure({ adapter: new Adapter() });
|