it('constructs JSON for two arguments range', () => {
      expect(rFrom2To8.toJSON()).to.deep.equal([2, 8])
    })