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