Sha256: 3f24c08c6924180e3e77bf16794ef418d50ed0fda4adbcd7a07275b4d730351a

Contents?: true

Size: 421 Bytes

Versions: 6

Compression:

Stored size: 421 Bytes

Contents

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

import TableSelectionHeaderCell from '../TableSelectionHeaderCell';

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

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

Version data entries

6 entries across 6 versions & 1 rubygems

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