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