theforeman/foreman

View on GitHub
webpack/assets/javascripts/react_app/components/common/table/formatters/__test__/__snapshots__/selectionCellFormatter.test.js.snap

Summary

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

exports[`selectionCellFormatter render 1`] = `
<TableSelectionCell
  checked={true}
  id="selectsome-index"
  label="Select row"
  onChange={[Function]}
/>
`;