import { mountWithState, mountWithStore, shallowWithState, shallowWithStore } from 'enzyme-redux'; import * as React from 'react'; const Component = () =>
component
; const shallowWithStateWrapper = shallowWithState(, {}); const shallowWithStoreWrapper = shallowWithStore(, {}); const mountWithStateWrapper = mountWithState(, {}); const mountWithStoreWrapper = mountWithStore(, {});