Sha256: 8a80be906d56799e26b428051e84f230ba0d2f7501b1bd5afd96c57961d59c30

Contents?: true

Size: 748 Bytes

Versions: 1

Compression:

Stored size: 748 Bytes

Contents

// Jest Snapshot v1, https://goo.gl/fbAQLP

exports[`SubTasksPage rendering render with minimal props 1`] = `
<Connect(TasksTablePage)
  cancelTask={[MockFunction]}
  getBreadcrumbs={[MockFunction]}
  getTableItems={[MockFunction]}
  history={
    Object {
      "location": Object {
        "search": "",
      },
    }
  }
  itemCount={2}
  location={
    Object {
      "pathname": "",
    }
  }
  match={
    Object {
      "params": Object {
        "id": "some-id",
      },
    }
  }
  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__/SubTasksPage.test.js.snap