Sha256: 8fd42c385cbf5ea1901576fe3b97c8e1d24119670b8f195ec3d1cad1ce364cbd
Contents?: true
Size: 773 Bytes
Versions: 36
Compression:
Stored size: 773 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]} 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
36 entries across 36 versions & 1 rubygems