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