DEV Community

Discussion on: The best way to test Redux Sagas

Collapse
 
mean2me profile image
Emanuele Colonnelli

Hi Phil, I've been trying the runSaga approach but my dispatch is never called... :-/

Collapse
 
seanyboy49 profile image
Sean Lee

I'm not sure if this still relevant, but .done seems to be depracated. Have you tried appending .toPromise() to the end of runsaga ?