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