Hacker News new | ask | show | jobs
by timbuckley 3301 days ago
I'm going to use this opportunity to plug my Redux Saga testing library: redux-saga-test-engine[0][1]. It makes saga tests much less verbose. Let me know if you like it (or don't)! :)

[0] https://github.com/DNAinfo/redux-saga-test-engine [1] npmjs.com/package/redux-saga-test-engine

1 comments

This is awesome! I'm definitely going to give it a try on my next side project. :) Thanks for sharing!