mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-02-22 15:04:50 +01:00
TST: fix
This commit is contained in:
parent
b5f213346f
commit
e38d55086b
1 changed files with 0 additions and 7 deletions
|
@ -39,13 +39,6 @@ jest.mock('ScrollView', () => {
|
||||||
return ScrollView;
|
return ScrollView;
|
||||||
});
|
});
|
||||||
|
|
||||||
jest.mock('react-native-google-analytics-bridge', () => ({
|
|
||||||
GoogleAnalyticsTracker: () => {
|
|
||||||
this.trackEvent = jest.fn();
|
|
||||||
return this;
|
|
||||||
},
|
|
||||||
}));
|
|
||||||
|
|
||||||
describe('unit - LegacyWallet', function() {
|
describe('unit - LegacyWallet', function() {
|
||||||
it('serialize and unserialize work correctly', () => {
|
it('serialize and unserialize work correctly', () => {
|
||||||
let a = new LegacyWallet();
|
let a = new LegacyWallet();
|
||||||
|
|
Loading…
Add table
Reference in a new issue