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