diff options
Diffstat (limited to '__mocks__')
-rw-r--r-- | __mocks__/sentry-expo.js | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/__mocks__/sentry-expo.js b/__mocks__/sentry-expo.js index e735c48c5..5a0e644e8 100644 --- a/__mocks__/sentry-expo.js +++ b/__mocks__/sentry-expo.js @@ -1,10 +1,3 @@ jest.mock('sentry-expo', () => ({ init: () => jest.fn(), - Native: { - ReactNativeTracing: jest.fn().mockImplementation(() => ({ - start: jest.fn(), - stop: jest.fn(), - })), - ReactNavigationInstrumentation: jest.fn(), - }, })) |