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