test('the return value must not be greater than maxInt', () => {
    expect(randomIntegers.some((integer) => integer > maxInteger)).not.toBe(true);
  });