Sha256: 3c291b0a9194e9ab4a7d1d0ce28b330ac809aeeadd4758b25bbc4c49e260ab63
Contents?: true
Size: 804 Bytes
Versions: 3
Compression:
Stored size: 804 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, } } 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
3 entries across 3 versions & 1 rubygems