In this article, I will show a full guide on testing ngrx store building blocks following: action, reducers, effects and selectors using JEST (a testing framework for javascript/typescript). Scenario What are we going to do? Well, I am preparing a scenario like the following: We want to fetch the books of…