wix-incubator / redux-testkit

Complete and opinionated testkit for testing Redux projects (reducers, selectors, actions, thunks)
MIT License
227 stars 20 forks source link

add compatibility with redux-thunk extraArgument #9

Closed nick1247 closed 7 years ago

nick1247 commented 7 years ago

Since redux-thunk v2.1.0 we have ability to provide extra argument. It would be great to have it for tests.