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