it('starts at half', () => {
      const gauge = setup(555555, [0, 100])
      assert(gauge.getPrimary() === 0.5)
    })