describe('.shortName', () => {
    it("have .shortName property type 'string'", () => {
      const hColorer = new HydrophobicityColorer()
      expect(hColorer).to.have.property('shortName')
      expect(hColorer.shortName).to.be.a('string')