Sha256: e570f5fa83f28d38466a2c2c0e5ae8f6f2a3245dd1f506a3af629f9b9e06a766
Contents?: true
Size: 916 Bytes
Versions: 36
Compression:
Stored size: 916 Bytes
Contents
// Jest Snapshot v1, https://goo.gl/fbAQLP exports[`SubTasksPage rendering render with minimal props 1`] = ` <Connect(TasksTablePage) createHeader={[Function]} getBreadcrumbs={[MockFunction]} getTableItems={[MockFunction]} history={ Object { "location": Object { "search": "", }, } } itemCount={2} match={ Object { "params": Object { "id": "some-id", }, } } openClickedModal={[MockFunction]} openModal={[MockFunction]} openModalAction={[MockFunction]} parentTaskID="some-id" 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