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