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