Sha256: f84e11aa52612b013a34e061de5e5f0d2a484f7d7da7e3c3ba6dcd0ed6708047

Contents?: true

Size: 300 Bytes

Versions: 61

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

61 entries across 61 versions & 1 rubygems

Version Path
foreman-tasks-10.0.1 webpack/ForemanTasks/Components/TasksTable/formatters/__test__/selectionCellFormatter.test.js
foreman-tasks-10.0.0 webpack/ForemanTasks/Components/TasksTable/formatters/__test__/selectionCellFormatter.test.js
foreman-tasks-9.2.3 webpack/ForemanTasks/Components/TasksTable/formatters/__test__/selectionCellFormatter.test.js
foreman-tasks-9.2.2 webpack/ForemanTasks/Components/TasksTable/formatters/__test__/selectionCellFormatter.test.js
foreman-tasks-9.2.1 webpack/ForemanTasks/Components/TasksTable/formatters/__test__/selectionCellFormatter.test.js
foreman-tasks-9.2.0 webpack/ForemanTasks/Components/TasksTable/formatters/__test__/selectionCellFormatter.test.js
foreman-tasks-9.1.1 webpack/ForemanTasks/Components/TasksTable/formatters/__test__/selectionCellFormatter.test.js
foreman-tasks-9.0.4 webpack/ForemanTasks/Components/TasksTable/formatters/__test__/selectionCellFormatter.test.js
foreman-tasks-9.1.0 webpack/ForemanTasks/Components/TasksTable/formatters/__test__/selectionCellFormatter.test.js
foreman-tasks-9.0.2 webpack/ForemanTasks/Components/TasksTable/formatters/__test__/selectionCellFormatter.test.js
foreman-tasks-9.0.1 webpack/ForemanTasks/Components/TasksTable/formatters/__test__/selectionCellFormatter.test.js
foreman-tasks-8.3.3 webpack/ForemanTasks/Components/TasksTable/formatters/__test__/selectionCellFormatter.test.js
foreman-tasks-9.0.0 webpack/ForemanTasks/Components/TasksTable/formatters/__test__/selectionCellFormatter.test.js
foreman-tasks-8.2.1 webpack/ForemanTasks/Components/TasksTable/formatters/__test__/selectionCellFormatter.test.js
foreman-tasks-8.1.4 webpack/ForemanTasks/Components/TasksTable/formatters/__test__/selectionCellFormatter.test.js
foreman-tasks-8.3.2 webpack/ForemanTasks/Components/TasksTable/formatters/__test__/selectionCellFormatter.test.js
foreman-tasks-8.3.1 webpack/ForemanTasks/Components/TasksTable/formatters/__test__/selectionCellFormatter.test.js
foreman-tasks-8.1.3 webpack/ForemanTasks/Components/TasksTable/formatters/__test__/selectionCellFormatter.test.js
foreman-tasks-8.3.0 webpack/ForemanTasks/Components/TasksTable/formatters/__test__/selectionCellFormatter.test.js
foreman-tasks-8.2.0 webpack/ForemanTasks/Components/TasksTable/formatters/__test__/selectionCellFormatter.test.js