UNPKG

generator-redmod

Version:

A Yeoman generator for generating ES6 + React + Redux apps. Uses webpack, react-router, CSS-modules.

7 lines (6 loc) 148 B
export const testStore = (store, action, callback) => { store.subscribe(() => { callback.call(store.getState()); }); store.dispatch(action); }