Sha256: 585cb0c0251ba56d880bfaf3e4cf83cb9101cf8c840f291f36271ce60f697cc8

Contents?: true

Size: 391 Bytes

Versions: 6

Compression:

Stored size: 391 Bytes

Contents

import { testComponentSnapshotsWithFixtures } from 'react-redux-test-utils';

import TableSelectionCell from '../TableSelectionCell';

const fixtures = {
  'renders TableSelectionCell': {
    id: 'some id',
    label: 'some label',
    checked: true,
    onChange: jest.fn(),
  },
};

describe('TableSelectionCell', () =>
  testComponentSnapshotsWithFixtures(TableSelectionCell, fixtures));

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
foreman-tasks-0.17.6 webpack/ForemanTasks/Components/TasksTable/Components/__test__/TableSelectionCell.test.js
foreman-tasks-1.0.0 webpack/ForemanTasks/Components/TasksTable/Components/__test__/TableSelectionCell.test.js
foreman-tasks-0.17.5 webpack/ForemanTasks/Components/TasksTable/Components/__test__/TableSelectionCell.test.js
foreman-tasks-0.17.4 webpack/ForemanTasks/Components/TasksTable/Components/__test__/TableSelectionCell.test.js
foreman-tasks-0.17.3 webpack/ForemanTasks/Components/TasksTable/Components/__test__/TableSelectionCell.test.js
foreman-tasks-0.17.2 webpack/ForemanTasks/Components/TasksTable/Components/__test__/TableSelectionCell.test.js