vuex-saga icon indicating copy to clipboard operation
vuex-saga copied to clipboard

Add select effect for better testing support

Open leomelin opened this issue 5 years ago • 0 comments

Added select method to make it easier to test generator flows when there's a need to use getters or select stuff from state

The need for that came from lack of anything like this: https://github.com/redux-saga/redux-saga/tree/master/docs/api#selectselector-args

leomelin avatar Apr 12 '19 07:04 leomelin