FredericHeem / redux-act-async

Reduce boilerplate for redux async actions and reducers
Apache License 2.0
125 stars 22 forks source link

add tests for dispatch and getstate #16

Closed marsch closed 8 years ago

marsch commented 8 years ago

i've added also getState as the last parameter - by this we would keep the thunk-api.

also added tests for this case

FredericHeem commented 8 years ago

Thanks !