describe('.id', () => {
    const oColorer = new OccupancyColorer()

    it("have .id property type 'string'", () => {
      expect(oColorer).to.have.property('id')