Sha256: a6a1bdbc5a8b2951dbddfe192770f8ff142728827eeda539cfc3d790310d398f

Contents?: true

Size: 302 Bytes

Versions: 22

Compression:

Stored size: 302 Bytes

Contents

import selectionHeaderCellFormatter from '../selectionHeaderCellFormatter';

describe('selectionHeaderCellFormatter', () => {
  it('render', () => {
    expect(
      selectionHeaderCellFormatter(
        { allPageSelected: () => true },
        'some-label'
      )
    ).toMatchSnapshot();
  });
});

Version data entries

22 entries across 22 versions & 1 rubygems

Version Path
foreman-tasks-4.1.3 webpack/ForemanTasks/Components/TasksTable/formatters/__test__/selectionHeaderCellFormatter.test.js
foreman-tasks-3.0.6 webpack/ForemanTasks/Components/TasksTable/formatters/__test__/selectionHeaderCellFormatter.test.js
foreman-tasks-5.0.0 webpack/ForemanTasks/Components/TasksTable/formatters/__test__/selectionHeaderCellFormatter.test.js
foreman-tasks-4.1.2 webpack/ForemanTasks/Components/TasksTable/formatters/__test__/selectionHeaderCellFormatter.test.js
foreman-tasks-4.1.1 webpack/ForemanTasks/Components/TasksTable/formatters/__test__/selectionHeaderCellFormatter.test.js
foreman-tasks-4.0.1 webpack/ForemanTasks/Components/TasksTable/formatters/__test__/selectionHeaderCellFormatter.test.js
foreman-tasks-4.1.0 webpack/ForemanTasks/Components/TasksTable/formatters/__test__/selectionHeaderCellFormatter.test.js
foreman-tasks-3.0.5 webpack/ForemanTasks/Components/TasksTable/formatters/__test__/selectionHeaderCellFormatter.test.js
foreman-tasks-4.0.0 webpack/ForemanTasks/Components/TasksTable/formatters/__test__/selectionHeaderCellFormatter.test.js
foreman-tasks-3.0.4 webpack/ForemanTasks/Components/TasksTable/formatters/__test__/selectionHeaderCellFormatter.test.js
foreman-tasks-2.0.3 webpack/ForemanTasks/Components/TasksTable/formatters/__test__/selectionHeaderCellFormatter.test.js
foreman-tasks-3.0.3 webpack/ForemanTasks/Components/TasksTable/formatters/__test__/selectionHeaderCellFormatter.test.js
foreman-tasks-3.0.2 webpack/ForemanTasks/Components/TasksTable/formatters/__test__/selectionHeaderCellFormatter.test.js
foreman-tasks-3.0.1 webpack/ForemanTasks/Components/TasksTable/formatters/__test__/selectionHeaderCellFormatter.test.js
foreman-tasks-3.0.0 webpack/ForemanTasks/Components/TasksTable/formatters/__test__/selectionHeaderCellFormatter.test.js
foreman-tasks-2.0.2 webpack/ForemanTasks/Components/TasksTable/formatters/__test__/selectionHeaderCellFormatter.test.js
foreman-tasks-1.1.3 webpack/ForemanTasks/Components/TasksTable/formatters/__test__/selectionHeaderCellFormatter.test.js
foreman-tasks-1.1.2 webpack/ForemanTasks/Components/TasksTable/formatters/__test__/selectionHeaderCellFormatter.test.js
foreman-tasks-2.0.1 webpack/ForemanTasks/Components/TasksTable/formatters/__test__/selectionHeaderCellFormatter.test.js
foreman-tasks-2.0.0 webpack/ForemanTasks/Components/TasksTable/formatters/__test__/selectionHeaderCellFormatter.test.js