// Jest Snapshot v1, https://goo.gl/fbAQLP exports[`test Developers should render the component for contributors with items 1`] = ` .emotion-0 { font-weight: 700; margin-bottom: 10px; text-transform: capitalize; } .emotion-12 { margin: 10px 0 10px 0; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; } .emotion-12 > * { margin: 5px; } .emotion-8 { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; -webkit-align-items: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
contributors
} className="MuiTooltip-popper" id={null} open={false} placement="bottom" transition={true} />
} className="MuiTooltip-popper" id={null} open={false} placement="bottom" transition={true} />
`; exports[`test Developers should render the component for maintainers with items 1`] = ` .emotion-0 { font-weight: 700; margin-bottom: 10px; text-transform: capitalize; } .emotion-12 { margin: 10px 0 10px 0; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; } .emotion-12 > * { margin: 5px; } .emotion-8 { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; -webkit-align-items: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
maintainers
} className="MuiTooltip-popper" id={null} open={false} placement="bottom" transition={true} />
} className="MuiTooltip-popper" id={null} open={false} placement="bottom" transition={true} />
`; exports[`test Developers should render the component with no items 1`] = ` `;