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