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"
17 onClick={[MockFunction]}
23 exports[`should render correctly: displayed 1`] = `
25 className="info-drawer info-drawer-pane open"
33 className="close-button"
37 onClick={[MockFunction]}
41 onKeydown={[MockFunction]}
44 onClickOutside={[MockFunction]}
47 className="display-flex-column max-height-100"
53 </OutsideClickHandler>