srm-kzilla / violet-air

Official source for Violet Air. An application to track the air quality of cities worldwide! Check out the tutorial at:
https://youtu.be/5l3HojhAH1s
12 stars 9 forks source link

Add a React Native DOM Testing Framework #1

Open sachdeva-shrey opened 3 years ago

sachdeva-shrey commented 3 years ago

Feature Request

Currently, this repository does not have any standardized way of unit testing the React components. The first step to solving this problem should be to install and configure a test framework with a sample test to allow other contributors to add further tests.

Possible Solution

I propose React Native Testing Library as it is now one of the most popular DOM testing library for React and is pretty lightweight. https://callstack.github.io/react-native-testing-library/docs/api/