it('returns right color of gradient for residue with the highest hydrophobicity', () => {
      const residueH = { _type: { hydrophobicity: 4.5 } }
      const color = hColorer.getResidueColor(residueH)
      expect(color).to.equal(rGradientColor)
    })