UNPKG

react-cordova-boilerplate

Version:

TodoMVC example for react with development tools to build a cordova application

8 lines (5 loc) 155 B
import { stub } from 'sinon'; const getReactReduxMock = () => ({ connect: stub().returns(component => component) }); export default getReactReduxMock;