Files
DefinitelyTyped/redux-mock-store
Hendrik Liebau 49d0ce6918 export types of redux-mock-store (#10933)
Within a test you sometimes want to declare the store
first and then assign it the result of mockStore(state)
in a beforeEach(). For that we need to export IStore.
2016-09-07 20:12:55 +09:00
..