Sha256: ba09d3386eba635a5bd47f0555ed69167f9512bf6c539612918068122110efd3
Contents?: true
Size: 658 Bytes
Versions: 1
Compression:
Stored size: 658 Bytes
Contents
// Jest Snapshot v1, https://goo.gl/fbAQLP exports[`TasksIndexPage rendering render with minimal props 1`] = ` <Connect(TasksTablePage) cancelTask={[MockFunction]} getBreadcrumbs={[MockFunction]} getTableItems={[MockFunction]} history={ Object { "location": Object { "search": "", }, } } itemCount={2} location={ Object { "pathname": "", } } pagination={ Object { "page": 1, "perPage": 10, } } results={ Array [ "a", "b", ] } resumeTask={[MockFunction]} sort={ Object { "by": "q", "order": "w", } } status="RESOLVED" /> `;
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
foreman-tasks-0.17.1 | webpack/ForemanTasks/Components/TasksTable/__tests__/__snapshots__/TasksIndexPage.test.js.snap |