redux-devtools/packages/redux-devtools-core/test/setup.ts
Nathan Bierema ee52c29a8d
chore(core): convert to TypeScript (#655)
* Get started

* stash

* stash

* stash

* stash

* stash

* stash

* stash

* stash

* stash

* stash

* stash

* stash

* stash

* stash

* stash

* stash
2020-10-25 19:32:04 -04:00

5 lines
123 B
TypeScript

import Enzyme from 'enzyme';
import Adapter from 'enzyme-adapter-react-16';
Enzyme.configure({ adapter: new Adapter() });