From e38d55086b5daaf82c412ca997da961a5a051542 Mon Sep 17 00:00:00 2001 From: Overtorment Date: Thu, 18 Jul 2019 21:44:56 +0100 Subject: [PATCH] TST: fix --- tests/integration/App.test.js | 7 ------- 1 file changed, 7 deletions(-) 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();