1. 32
    Concluding Thoughts on Confidently Testing Redux Applications with Jest & TypeScript
    1m 56s

Concluding Thoughts on Confidently Testing Redux Applications with Jest & TypeScript

InstructorJamund Ferguson

Share this video with your friends

Send Tweet

Thank you for making it through this course. Please leave your feedback and suggestions!


Check out the React Testing Library Docs and writing tests section of the redux docs for more information.

zhalux19
~ 2 years ago

Is it possible to do add redux saga version to you test? I managed to add the saga implantation of addToCart. It works fine on the ui, however my tests started to fail.