This post will go through a few simple techniques that are great to know when you are testing your React components . What packages will be used, and what do they do. Jest : Jest is a test runner, it will execute our tests and provide some utility for spying and stubbing functions. enzyme…