describe('.id', () => {
    const sColorer = new SequenceColorer()

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