it("supports adding style to the modal contents", () => {
    const style = { content: { width: "20px" } };
    const props = { isOpen: true, style }; 
    withModal(props, null, modal => {
      mcontent(modal).style.width.should.be.eql("20px");