describe('.id', () => {
    const uColorer = new UniformColorer()

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