Achieve 100% coverage tests for src/value folder
Closed this issue · 0 comments
joojis commented
https://codecov.io/gh/Codechain-io/codechain-primitives-js/tree/master/src/value
-> expect fromBytes ... [0x96, 0x10, ...] to equal new H128("0x10...")
-> expect to throw: new U64(new BigNumber("0xFFF....FFF"))
-> expect to be false: U64.check(new BigNumber("-1")) ...


