Sha256: d0501f8b6fb7352cd6a3089186d5f10df4d1120f43f20b9b2635b435aedb9ad4
Contents?: true
Size: 1.72 KB
Versions: 100
Compression:
Stored size: 1.72 KB
Contents
// Jest Snapshot v1, https://goo.gl/fbAQLP exports[`Ansible Collections table should render and contain appropiate components 1`] = ` <LoadingState loading={false} loadingText="Loading" timeout={300} > <Table 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": "Author", }, "property": "namespace", }, Object { "cell": Object { "formatters": Array [ [Function], ], }, "header": Object { "formatters": Array [ [Function], ], "label": "Version", }, "property": "version", }, Object { "cell": Object { "formatters": Array [ [Function], ], }, "header": Object { "formatters": Array [ [Function], ], "label": "Checksum", }, "property": "checksum", }, ] } emptyState={ Object { "header": "No Content found", } } itemCount={0} onPaginationChange={[Function]} pagination={Object {}} rows={Array []} /> </LoadingState> `;
Version data entries
100 entries across 100 versions & 1 rubygems