| 1 | // We can't test wrap with mock and non mocked components, otherwise it will break the RN testing library. |
| 2 | import { debug, setCurrentClient } from '@sentry/core'; |
| 3 | import { render } from '@testing-library/react-native'; |
| 4 | import * as React from 'react'; |
nothing calls this directly
no test coverage detected