1
0
mirror of https://github.com/glitch-soc/mastodon.git synced 2025-01-27 18:13:12 -05:00

6 lines
139 B
JavaScript
Raw Normal View History

import { configure } from 'enzyme';
import Adapter from 'enzyme-adapter-react-16';
const adapter = new Adapter();
configure({ adapter });