1
1
mirror of https://github.com/reduxjs/redux-devtools.git synced 2025-03-03 10:45:48 +03:00
redux-devtools/packages/devui/tests/setup.ts
Nathan Bierema 727d753081
feature(devui): convert to TypeScript ()
* stash

* and those

* stash

* stash

* stash

* stash

* tests

* fix errors

* revert

* stash

* fix lint

* prettier
2020-09-09 10:35:22 -04:00

5 lines
123 B
TypeScript

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