CodeChain-io/codechain-primitives-js

Achieve 100% coverage tests for src/value folder

Closed this issue · 0 comments

https://codecov.io/gh/Codechain-io/codechain-primitives-js/tree/master/src/value

image

-> expect fromBytes ... [0x96, 0x10, ...] to equal new H128("0x10...")

image

-> expect to throw: new U64(new BigNumber("0xFFF....FFF"))

image

-> expect to be false: U64.check(new BigNumber("-1")) ...