Lindan Thillanayagam
Lindan Thillanayagam
I am looking to integrate a bare Expo application with Jest for testing. I am working on with Jest but am running into the following issue. ``` FAIL iOS __tests__/App.test.js...
I am using this library to generate a graph to plot health history. I have a method which generates points (x-coordinates and y-coordinates) ``` const renderGraphDataMonthly = (graphData) => {...
## Ask your Question I have written basic test cases to check whether there is internet connectivity or not and have mocked the output of the useNetInfo hook. While the...