Sha256: 07a4c39a3f83d0c10b6cb1fac733e0c2ae66ccb9de4e39c37a4296c89694f8a0
Contents?: true
Size: 1.02 KB
Versions: 3
Compression:
Stored size: 1.02 KB
Contents
// Jest Snapshot v1, https://goo.gl/fbAQLP exports[`ListItem rendering render with Props 1`] = ` <ListViewItem actions={null} additionalInfo={ Array [ <ListItemStatus account={ Object { "test": Object { "generate_report_status": "unknown", "id": 1, "upload_report_status": "unknown", }, } } />, ] } checkboxInput={null} compoundExpand={false} compoundExpanded={false} description={null} heading="test" hideCloseIcon={true} initExpanded={false} leftContent={ <ListViewIcon className="" name="user" size="sm" type="fa" /> } onCloseCompoundExpand={[Function]} onExpand={[Function]} onExpandClose={[Function]} stacked={true} > <Connect(Dashboard) account={ Object { "test": Object { "generate_report_status": "unknown", "id": 1, "upload_report_status": "unknown", }, } } /> </ListViewItem> `;
Version data entries
3 entries across 3 versions & 1 rubygems