theforeman/foreman

View on GitHub
webpack/assets/javascripts/react_app/components/common/table/components/__tests__/__snapshots__/TableBody.test.js.snap

Summary

Maintainability
Test Coverage
// Jest Snapshot v1, https://goo.gl/fbAQLP

exports[`TableBody renders TableBody 1`] = `
<Body
  onRow={[Function]}
  rowKey={[Function]}
  rows={
    Array [
      Object {
        "data": "data-1",
        "id": 1,
      },
      Object {
        "data": "data-2",
        "id": 2,
      },
    ]
  }
/>
`;

exports[`TableBody renders TableBody with message 1`] = `
<TableBodyMessage
  colSpan={2}
>
  some message
</TableBodyMessage>
`;