Olga Giza
Results
1
issues of
Olga Giza
Hi, I want to ask about handling `select` saga effect in tests. My use case is: `expectSaga(mySaga).withReducer(myReducer, initialReducerState)` In saga implementation I'm just calling `const param = yield select((wholeState) =>...