Unit testing reducer functions with Jest
Jun 20, 2021 · 3 min read · We mostly check if our app is working as it is intended to in the UI. If the UI breaks, we would know that there is something wrong with our logic. But what if we could do this without breaking the UI? Yes, this is where we could use testing. It tell...
Join discussion

