mirror of
https://github.com/roleypoly/roleypoly-v1.git
synced 2025-04-26 12:39:12 +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() })
|