UNPKG

dugong

Version:

Minimal State Container for React Apps using RxJS

6 lines (5 loc) 161 B
import Enzyme from 'enzyme'; import Adapter from 'enzyme-adapter-react-16'; import 'babel-polyfill'; import 'raf'; Enzyme.configure({ adapter: new Adapter() });