mirror of
https://github.com/roleypoly/roleypoly-v1.git
synced 2025-04-25 12:19:10 +00:00
4 lines
120 B
JavaScript
4 lines
120 B
JavaScript
import { configure } from 'enzyme'
|
|
import Adapter from 'enzyme-adapter-react-16'
|
|
|
|
configure({ adapter: new Adapter() })
|