mirror of https://github.com/embarklabs/embark.git
fix tests
This commit is contained in:
parent
6c1d9d9b39
commit
6702cd2231
|
@ -13,6 +13,9 @@ describe('embark.AccountParser', function () {
|
||||||
return {key};
|
return {key};
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
utils: {
|
||||||
|
isHexStrict: sinon.stub().returns(true)
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
const testLogger = new TestLogger({});
|
const testLogger = new TestLogger({});
|
||||||
|
|
Loading…
Reference in New Issue