Sha256: d86682ca91ffbd56a6ccfaf5001f36006c089a48c0b765c2124909227cdef68b

Contents?: true

Size: 329 Bytes

Versions: 61

Compression:

Stored size: 329 Bytes

Contents

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

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

Version data entries

61 entries across 61 versions & 1 rubygems

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