mirror of
https://git.kescher.at/CatCatNya/catstodon.git
synced 2024-11-23 23:58:06 +01:00
5 lines
139 B
JavaScript
5 lines
139 B
JavaScript
import { configure } from 'enzyme';
|
|
import Adapter from 'enzyme-adapter-react-16';
|
|
|
|
const adapter = new Adapter();
|
|
configure({ adapter });
|