jfairbank / redux-saga-test-plan

Test Redux Saga with an easy plan.
http://redux-saga-test-plan.jeremyfairbank.com
MIT License
1.25k stars 127 forks source link

Update exposed-effects.md #380

Closed jonnocraig closed 2 years ago

jonnocraig commented 2 years ago

According to the documentation there is a method available called asEffect available from the redux-saga/utils package - see here for more (Inspect Specific Properties): http://redux-saga-test-plan.jeremyfairbank.com/integration-testing/exposed-effects.html

This is no longer available from as the redux-saga/utils package no longer exists. (https://github.com/redux-saga/redux-saga/issues/2145)

Not an issue for testing as you can still just inspect the effects object returned.

jp928 commented 2 years ago

@jonnocraig Thanks for your contribution.