Sha256: ff440452b2a16b6a9ee75bdfc51288c5b08f0e5a66bbe73335d43ece0231a0ad
Contents?: true
Size: 1.31 KB
Versions: 157
Compression:
Stored size: 1.31 KB
Contents
// Jest Snapshot v1, https://goo.gl/fbAQLP exports[`Content detail repositories component rendering renders with repositories 1`] = ` <div> <TablePfProvider bordered={false} className="" columns={ Array [ Object { "cell": Object { "formatters": Array [ [Function], ], }, "header": Object { "formatters": Array [ [Function], ], "label": "Name", }, "property": "name", }, Object { "cell": Object { "formatters": Array [ [Function], ], }, "header": Object { "formatters": Array [ [Function], ], "label": "Product", }, "property": "product_name", }, ] } components={Object {}} condensed={false} dataTable={false} hover={false} inlineEdit={false} striped={false} > <Header /> <Body onRow={[Function]} rowKey="id" rows={ Array [ Object { "id": 1, "name": "dummy name", "product_id": 1, "product_name": "dummy product", }, ] } /> </TablePfProvider> </div> `;
Version data entries
157 entries across 157 versions & 1 rubygems