git.delta.rocks / unique-network / refs/commits / 8a4b6c870c52

difftreelog

tests: U128_MAX helper constant

Yaroslav Bolyukin2021-01-28parent: #4c02209.patch.diff
in: master

1 file changed

modifiedtests/src/util/helpers.tsdiffbeforeafterboth
21chai.use(chaiAsPromised);21chai.use(chaiAsPromised);
22const expect = chai.expect;22const expect = chai.expect;
23
24export const U128_MAX = (1n << 128n) - 1n;
2325
24type GenericResult = {26type GenericResult = {
25 success: boolean,27 success: boolean,