describe('.name', () => {
    it("have .name property type 'string'", () => {
      const cColorer = new ChainColorer()
      expect(cColorer).to.have.property('name')
      expect(cColorer.name).to.be.a('string')