difftreelog
tests: U128_MAX helper constant
in: master
1 file changed
tests/src/util/helpers.tsdiffbeforeafterboth21chai.use(chaiAsPromised);21chai.use(chaiAsPromised);22const expect = chai.expect;22const expect = chai.expect;2324export const U128_MAX = (1n << 128n) - 1n;232524type GenericResult = {26type GenericResult = {25 success: boolean,27 success: boolean,