UNPKG

anew

Version:

React and Redux Framework with additional power.

13 lines (11 loc) 264 B
'use strict'; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = createTestEnv; function createTestEnv(store) { return function createStore() { store.dispatch({ type: '@@anew:RESET' }); return store; }; }