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