describe(`stepCalc`, () => {
      it(`should be a function`, () => {
        const {stepCalc} = RangeBehavior({})
        expect(stepCalc).to.be.a(`function`)
      })