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