Efficiency is a cornerstone of any CI/CD pipeline. Running the full suite of Jest tests for every small modification can be a resource-intensive task that slows down the development process. We will learn how to run only those Jest tests that are impacted by the changes in a GitHub Pull Request.