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-10.0.1 webpack/ForemanTasks/Components/TasksTable/formatters/__test__/actionCellFormatter.test.js
foreman-tasks-10.0.0 webpack/ForemanTasks/Components/TasksTable/formatters/__test__/actionCellFormatter.test.js
foreman-tasks-9.2.3 webpack/ForemanTasks/Components/TasksTable/formatters/__test__/actionCellFormatter.test.js
foreman-tasks-9.2.2 webpack/ForemanTasks/Components/TasksTable/formatters/__test__/actionCellFormatter.test.js
foreman-tasks-9.2.1 webpack/ForemanTasks/Components/TasksTable/formatters/__test__/actionCellFormatter.test.js
foreman-tasks-9.2.0 webpack/ForemanTasks/Components/TasksTable/formatters/__test__/actionCellFormatter.test.js
foreman-tasks-9.1.1 webpack/ForemanTasks/Components/TasksTable/formatters/__test__/actionCellFormatter.test.js
foreman-tasks-9.0.4 webpack/ForemanTasks/Components/TasksTable/formatters/__test__/actionCellFormatter.test.js
foreman-tasks-9.1.0 webpack/ForemanTasks/Components/TasksTable/formatters/__test__/actionCellFormatter.test.js
foreman-tasks-9.0.2 webpack/ForemanTasks/Components/TasksTable/formatters/__test__/actionCellFormatter.test.js
foreman-tasks-9.0.1 webpack/ForemanTasks/Components/TasksTable/formatters/__test__/actionCellFormatter.test.js
foreman-tasks-8.3.3 webpack/ForemanTasks/Components/TasksTable/formatters/__test__/actionCellFormatter.test.js
foreman-tasks-9.0.0 webpack/ForemanTasks/Components/TasksTable/formatters/__test__/actionCellFormatter.test.js
foreman-tasks-8.2.1 webpack/ForemanTasks/Components/TasksTable/formatters/__test__/actionCellFormatter.test.js
foreman-tasks-8.1.4 webpack/ForemanTasks/Components/TasksTable/formatters/__test__/actionCellFormatter.test.js
foreman-tasks-8.3.2 webpack/ForemanTasks/Components/TasksTable/formatters/__test__/actionCellFormatter.test.js
foreman-tasks-8.3.1 webpack/ForemanTasks/Components/TasksTable/formatters/__test__/actionCellFormatter.test.js
foreman-tasks-8.1.3 webpack/ForemanTasks/Components/TasksTable/formatters/__test__/actionCellFormatter.test.js
foreman-tasks-8.3.0 webpack/ForemanTasks/Components/TasksTable/formatters/__test__/actionCellFormatter.test.js
foreman-tasks-8.2.0 webpack/ForemanTasks/Components/TasksTable/formatters/__test__/actionCellFormatter.test.js