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