Sha256: 5269ce710ab469788ed06878a0bfa69664d96f861ef32a611305e90c6edafbdb

Contents?: true

Size: 287 Bytes

Versions: 14

Compression:

Stored size: 287 Bytes

Contents

import selectionCellFormatter from '../selectionCellFormatter';

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

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
foreman-tasks-1.1.3 webpack/ForemanTasks/Components/TasksTable/formatters/__test__/selectionCellFormatter.test.js
foreman-tasks-1.1.2 webpack/ForemanTasks/Components/TasksTable/formatters/__test__/selectionCellFormatter.test.js
foreman-tasks-2.0.1 webpack/ForemanTasks/Components/TasksTable/formatters/__test__/selectionCellFormatter.test.js
foreman-tasks-2.0.0 webpack/ForemanTasks/Components/TasksTable/formatters/__test__/selectionCellFormatter.test.js
foreman-tasks-1.2.0 webpack/ForemanTasks/Components/TasksTable/formatters/__test__/selectionCellFormatter.test.js
foreman-tasks-1.1.1 webpack/ForemanTasks/Components/TasksTable/formatters/__test__/selectionCellFormatter.test.js
foreman-tasks-1.1.0 webpack/ForemanTasks/Components/TasksTable/formatters/__test__/selectionCellFormatter.test.js
foreman-tasks-0.17.6 webpack/ForemanTasks/Components/TasksTable/formatters/__test__/selectionCellFormatter.test.js
foreman-tasks-1.0.1 webpack/ForemanTasks/Components/TasksTable/formatters/__test__/selectionCellFormatter.test.js
foreman-tasks-1.0.0 webpack/ForemanTasks/Components/TasksTable/formatters/__test__/selectionCellFormatter.test.js
foreman-tasks-0.17.5 webpack/ForemanTasks/Components/TasksTable/formatters/__test__/selectionCellFormatter.test.js
foreman-tasks-0.17.4 webpack/ForemanTasks/Components/TasksTable/formatters/__test__/selectionCellFormatter.test.js
foreman-tasks-0.17.3 webpack/ForemanTasks/Components/TasksTable/formatters/__test__/selectionCellFormatter.test.js
foreman-tasks-0.17.2 webpack/ForemanTasks/Components/TasksTable/formatters/__test__/selectionCellFormatter.test.js