it("supports adding style on the modal overlay", () => {
    const style = { overlay: { width: "75px" } };
    const props = { isOpen: true, style }; 
    withModal(props, null, modal => {
      moverlay(modal).style.width.should.be.eql("75px");