Browse Source

TST: fix

shareQRImage
Overtorment 5 years ago
parent
commit
e38d55086b
  1. 7
      tests/integration/App.test.js

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

Loading…
Cancel
Save