This commit is contained in:
Overtorment 2019-07-18 21:44:56 +01:00
parent b5f213346f
commit e38d55086b

View file

@ -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();