Sha256: 7d02524191f599984b46cfd6fc2adeb84d59a8cd905649d20ba2fb9e71fb61d3
Contents?: true
Size: 834 Bytes
Versions: 26
Compression:
Stored size: 834 Bytes
Contents
// Jest Snapshot v1, https://goo.gl/fbAQLP exports[`TasksIndexPage rendering render with minimal props 1`] = ` <Connect(TasksTablePage) getBreadcrumbs={[MockFunction]} getTableItems={[MockFunction]} history={ Object { "location": Object { "search": "", }, } } itemCount={2} openClickedModal={[MockFunction]} openModal={[MockFunction]} openModalAction={[MockFunction]} pagination={ Object { "page": 1, "perPage": 10, } } reloadPage={[MockFunction]} results={ Array [ "a", "b", ] } selectAllRows={[MockFunction]} selectPage={[MockFunction]} selectRow={[MockFunction]} selectedRows={Array []} sort={ Object { "by": "q", "order": "w", } } unselectAllRows={[MockFunction]} unselectRow={[MockFunction]} /> `;
Version data entries
26 entries across 26 versions & 1 rubygems