describe('.id', () => {
    const cColorer = new ChainColorer()

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