diff --git a/tests/integration/App.test.js b/tests/integration/App.test.js index 8035b5fb..92148208 100644 --- a/tests/integration/App.test.js +++ b/tests/integration/App.test.js @@ -39,13 +39,6 @@ jest.mock('ScrollView', () => { return ScrollView; }); -jest.mock('react-native-google-analytics-bridge', () => ({ - GoogleAnalyticsTracker: () => { - this.trackEvent = jest.fn(); - return this; - }, -})); - describe('unit - LegacyWallet', function() { it('serialize and unserialize work correctly', () => { let a = new LegacyWallet();