I am testing my redux-saga-flow, and I have an issue with testing selector method with select. Selector Redux saga flow Test for flow After running a test, a do not have console.log(“selector”); and also this line of code did not covered by test. How can I test a selectors? The same does not work with unit test. Answer “redux-saga-test-plan”: “^4.0.1”.