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-8.1.2 webpack/ForemanTasks/Components/TasksTable/formatters/__test__/actionCellFormatter.test.js
foreman-tasks-8.1.1 webpack/ForemanTasks/Components/TasksTable/formatters/__test__/actionCellFormatter.test.js
foreman-tasks-8.1.0 webpack/ForemanTasks/Components/TasksTable/formatters/__test__/actionCellFormatter.test.js
foreman-tasks-8.0.2 webpack/ForemanTasks/Components/TasksTable/formatters/__test__/actionCellFormatter.test.js
foreman-tasks-8.0.1 webpack/ForemanTasks/Components/TasksTable/formatters/__test__/actionCellFormatter.test.js
foreman-tasks-8.0.0 webpack/ForemanTasks/Components/TasksTable/formatters/__test__/actionCellFormatter.test.js
foreman-tasks-7.2.1 webpack/ForemanTasks/Components/TasksTable/formatters/__test__/actionCellFormatter.test.js
foreman-tasks-7.1.1 webpack/ForemanTasks/Components/TasksTable/formatters/__test__/actionCellFormatter.test.js
foreman-tasks-7.2.0 webpack/ForemanTasks/Components/TasksTable/formatters/__test__/actionCellFormatter.test.js
foreman-tasks-7.1.0 webpack/ForemanTasks/Components/TasksTable/formatters/__test__/actionCellFormatter.test.js
foreman-tasks-6.0.3 webpack/ForemanTasks/Components/TasksTable/formatters/__test__/actionCellFormatter.test.js
foreman-tasks-7.0.0 webpack/ForemanTasks/Components/TasksTable/formatters/__test__/actionCellFormatter.test.js
foreman-tasks-6.0.2 webpack/ForemanTasks/Components/TasksTable/formatters/__test__/actionCellFormatter.test.js
foreman-tasks-4.1.6 webpack/ForemanTasks/Components/TasksTable/formatters/__test__/actionCellFormatter.test.js
foreman-tasks-5.2.3 webpack/ForemanTasks/Components/TasksTable/formatters/__test__/actionCellFormatter.test.js
foreman-tasks-6.0.1 webpack/ForemanTasks/Components/TasksTable/formatters/__test__/actionCellFormatter.test.js
foreman-tasks-5.2.2 webpack/ForemanTasks/Components/TasksTable/formatters/__test__/actionCellFormatter.test.js
foreman-tasks-6.0.0 webpack/ForemanTasks/Components/TasksTable/formatters/__test__/actionCellFormatter.test.js
foreman-tasks-5.2.1 webpack/ForemanTasks/Components/TasksTable/formatters/__test__/actionCellFormatter.test.js
foreman-tasks-5.3.0 webpack/ForemanTasks/Components/TasksTable/formatters/__test__/actionCellFormatter.test.js