Getting Started Testing React / Redux With Jest

37K views Feb 15, 2023

Watch the full course - https://www.codereviewvideos.com/course/react-redux-and-redux-saga-with-symfony-3 Jest is a JavaScript testing framework from Facebook. As such, it integrates nicely with React. In this video we cover basic setup, writing our first tests, adding coverage output, and the really nice 'filter' functionality for running specific tests.