mirror of
https://github.com/status-im/embark-area-51.git
synced 2025-01-11 14:34:40 +00:00
fix tests
This commit is contained in:
parent
6c1d9d9b39
commit
6702cd2231
@ -13,6 +13,9 @@ describe('embark.AccountParser', function () {
|
||||
return {key};
|
||||
})
|
||||
}
|
||||
},
|
||||
utils: {
|
||||
isHexStrict: sinon.stub().returns(true)
|
||||
}
|
||||
};
|
||||
const testLogger = new TestLogger({});
|
||||
|
Loading…
x
Reference in New Issue
Block a user