Sha256: 2f12ba374230c973122299a9fa292b745fb4b563dcff63f7a26bb19a09946a7c

Contents?: true

Size: 314 Bytes

Versions: 14

Compression:

Stored size: 314 Bytes

Contents

import { actionCellFormatter } from '../actionCellFormatter';

describe('actionCellFormatter', () => {
  it('render', () => {
    const data = [
      { cancellable: true },
      { rowData: { action: 'some-name', id: 'some-id' } },
    ];
    expect(actionCellFormatter({})(...data)).toMatchSnapshot();
  });
});

Version data entries

14 entries across 14 versions & 1 rubygems

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