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