describe('.id', () => {
    const mColorer = new MoleculeColorer()

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