Sha256: f84e11aa52612b013a34e061de5e5f0d2a484f7d7da7e3c3ba6dcd0ed6708047

Contents?: true

Size: 300 Bytes

Versions: 62

Compression:

Stored size: 300 Bytes

Contents

import selectionCellFormatter from '../selectionCellFormatter';

describe('selectionCellFormatter', () => {
  it('render', () => {
    expect(
      selectionCellFormatter(
        { isSelected: () => true },
        { rowIndex: 'some-index', rowData: {} }
      )
    ).toMatchSnapshot();
  });
});

Version data entries

62 entries across 62 versions & 1 rubygems

Version Path
foreman-tasks-5.3.0 webpack/ForemanTasks/Components/TasksTable/formatters/__test__/selectionCellFormatter.test.js
foreman-tasks-5.2.0 webpack/ForemanTasks/Components/TasksTable/formatters/__test__/selectionCellFormatter.test.js
foreman-tasks-5.1.1 webpack/ForemanTasks/Components/TasksTable/formatters/__test__/selectionCellFormatter.test.js
foreman-tasks-5.1.0 webpack/ForemanTasks/Components/TasksTable/formatters/__test__/selectionCellFormatter.test.js
foreman-tasks-4.1.5 webpack/ForemanTasks/Components/TasksTable/formatters/__test__/selectionCellFormatter.test.js
foreman-tasks-4.1.4 webpack/ForemanTasks/Components/TasksTable/formatters/__test__/selectionCellFormatter.test.js
foreman-tasks-4.1.3 webpack/ForemanTasks/Components/TasksTable/formatters/__test__/selectionCellFormatter.test.js
foreman-tasks-3.0.6 webpack/ForemanTasks/Components/TasksTable/formatters/__test__/selectionCellFormatter.test.js
foreman-tasks-5.0.0 webpack/ForemanTasks/Components/TasksTable/formatters/__test__/selectionCellFormatter.test.js
foreman-tasks-4.1.2 webpack/ForemanTasks/Components/TasksTable/formatters/__test__/selectionCellFormatter.test.js
foreman-tasks-4.1.1 webpack/ForemanTasks/Components/TasksTable/formatters/__test__/selectionCellFormatter.test.js
foreman-tasks-4.0.1 webpack/ForemanTasks/Components/TasksTable/formatters/__test__/selectionCellFormatter.test.js
foreman-tasks-4.1.0 webpack/ForemanTasks/Components/TasksTable/formatters/__test__/selectionCellFormatter.test.js
foreman-tasks-3.0.5 webpack/ForemanTasks/Components/TasksTable/formatters/__test__/selectionCellFormatter.test.js
foreman-tasks-4.0.0 webpack/ForemanTasks/Components/TasksTable/formatters/__test__/selectionCellFormatter.test.js
foreman-tasks-3.0.4 webpack/ForemanTasks/Components/TasksTable/formatters/__test__/selectionCellFormatter.test.js
foreman-tasks-2.0.3 webpack/ForemanTasks/Components/TasksTable/formatters/__test__/selectionCellFormatter.test.js
foreman-tasks-3.0.3 webpack/ForemanTasks/Components/TasksTable/formatters/__test__/selectionCellFormatter.test.js
foreman-tasks-3.0.2 webpack/ForemanTasks/Components/TasksTable/formatters/__test__/selectionCellFormatter.test.js
foreman-tasks-3.0.1 webpack/ForemanTasks/Components/TasksTable/formatters/__test__/selectionCellFormatter.test.js