1 // Jest Snapshot v1, https://goo.gl/fbAQLP
3 exports[`should render correctly: default 1`] = `
5 className="info-drawer info-drawer-pane"
13 className="close-button"
16 onClick={[MockFunction]}
22 exports[`should render correctly: displayed 1`] = `
24 className="info-drawer info-drawer-pane open"
32 className="close-button"
35 onClick={[MockFunction]}
39 onKeydown={[MockFunction]}
42 onClickOutside={[MockFunction]}
45 className="display-flex-column max-height-100"
51 </OutsideClickHandler>