PART 2: All About Code Coverage in React Native Unit Testing
Purpose of the Article: To spread awareness of increasing code coverage adequately in React Native, for which limited resources/material is available on the public domain Intended Audience: Mobile Developers using React Native Framework Tools and Technology: VS Code, React Native, TypeScript, Jest Keywords: Unit Testing, React Native, Testing Library, Jest, Mocking Libraries, Code Coverage Unit […]
PART 1 – Getting Started with Basics of Unit testing in React Native
Purpose of the Article: To spread awareness of doing Unit testing properly in React Native, for which very little material is available on the internet. Intended Audience: Mobile Developers using React Native Framework Tools and Technology: VS Code, React Native, TypeScript, Jest Keywords: Unit Testing, React Native, Testing Library, Jest, Mocking Libraries I was […]