Mastering Redux Mock Store in React for Unbeatable Unit Testing

preview_player
Показать описание
In this video, we will learn How To Use Redux Mock Store In React

Check Out My Links ⬇️

Download FREE Git Cheat Sheet 🔗

Buy Me A Coffee ⬇️

Repository

My Desk Setup
Рекомендации по теме
Комментарии
Автор

is this also applicable for Redux toolkit?

kikevanegazz
Автор

since the dispatcher it was called when you click on the reset button, why you didn't fire the click event on the reset button which will execute the dispatcher of the RESET action? the test will make much more sense since you will test the whole workflow and not calling the dispatcher in the test. WDYT?

aminerhouma
Автор

How would we test this, if it was redux toolkit ? Here you use older redux

waleedsharif
Автор

Thank you so I've stuck in a testing task like this for 3 days. U saved my life <3

nguyenhoanganh
Автор

hi, i got error like could not find react-redux context value; please ensure the component is wrapped in a <Provider>
but i also wrapped by provider within store and i change old to latest version please gave me a any solution

_suryak