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