| 1 | import { captureFeedback, getClient, setCurrentClient } from '@sentry/core'; |
| 2 | import { fireEvent, render, waitFor } from '@testing-library/react-native'; |
| 3 | import * as React from 'react'; |
| 4 | import { Alert } from 'react-native'; |
nothing calls this directly
no test coverage detected