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