theforeman/foreman

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

Summary

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

exports[`TableSelectionCell renders TableSelectionCell 1`] = `
<TableSelectionCell
  className=""
>
  <TableCheckbox
    checked={true}
    id="some id"
    label="some label"
    onChange={[MockFunction]}
  />
</TableSelectionCell>
`;