TDD approach – An asynchronus product listing app – React,Jest and Enzyme with data mocking
Testing in react.js is tricky due to its lifecycle hook implementation. In this project, I have implemented a product listing app using the TDD approach. I have used Jest, Enzyme, and its many features to tackle the tricky areas around react.js testing. Read more…