anish000kumar/redux-box
Example with Testing #17
abtinr posted onGitHub
Thanks for this useful package and all the examples.
I couldn't find any example with a test. Specifically, I am interested in testing sagas. It seems the approach proposed in redux-saga (https://redux-saga.js.org/docs/advanced/Testing.html) is not applicable here or at least is not very straight forward. Appreciate if you provide a test case for sagas.
Thanks