Shayan Sayahi
Shayan Sayahi
Not sure if somehow related to https://github.com/jfairbank/redux-saga-test-plan/issues/140. Ran into both issues while working on the same test.
[`delay`](https://redux-saga.js.org/docs/api/#delayms-val) is provided by `redux-saga`, which is an async function. There's other work before calling `someSaga` that can take some time to finish and can throw exceptions, but it might...
I debugged by providing a single dynamic provider for `select` to see if it gets triggered (which it did). Then I realized that one of my providers is somehow interfering...
Thanks for the explanation and the quick response! I'm using the workaround right now. One thing I don't like about it is that any changes in the number or signature...