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

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