Sha256: 38999267e9cea6822d51f08ba728192c9690b377171816044e85f5bc3f5812db
Contents?: true
Size: 911 Bytes
Versions: 6
Compression:
Stored size: 911 Bytes
Contents
// Jest Snapshot v1, https://goo.gl/fbAQLP exports[`TasksIndexPage rendering render with minimal props 1`] = ` <Connect(TasksTablePage) actionSelected={[MockFunction]} cancelTask={[MockFunction]} getBreadcrumbs={[MockFunction]} getTableItems={[MockFunction]} hideSelcetedModal={[MockFunction]} history={ Object { "location": Object { "search": "", }, } } itemCount={2} pagination={ Object { "page": 1, "perPage": 10, } } results={ Array [ "a", "b", ] } resumeTask={[MockFunction]} selectAllRows={[MockFunction]} selectRow={[MockFunction]} selectedRows={Array []} showCancelSelcetedModal={[MockFunction]} showResumeSelcetedModal={[MockFunction]} sort={ Object { "by": "q", "order": "w", } } status="RESOLVED" unselectAllRows={[MockFunction]} unselectRow={[MockFunction]} /> `;
Version data entries
6 entries across 6 versions & 1 rubygems