Jest testing with React cheatsheet
A few notes to refer to when needing to write JavaScript tests using Jest and React: *This is not a comprehensive post…www.devdecks.io I‘m a firm believer that writing good tests is a key component of delivering quality products, and I’ve learned that it isn’t always easy and straightforward. In this post, I would like to share how I was able to test a custom React hook built with Apollo, using Jest Mock…