Sha256: d8465d156106ae90f8cf203882d875a4b5a8f9b6a7ebee2c1176530569e853d0

Contents?: true

Size: 290 Bytes

Versions: 76

Compression:

Stored size: 290 Bytes

Contents

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

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

Version data entries

76 entries across 76 versions & 1 rubygems

Version Path
foreman-tasks-10.0.2 webpack/ForemanTasks/Components/TasksTable/formatters/__test__/actionNameCellFormatter.test.js
foreman-tasks-10.0.1 webpack/ForemanTasks/Components/TasksTable/formatters/__test__/actionNameCellFormatter.test.js
foreman-tasks-10.0.0 webpack/ForemanTasks/Components/TasksTable/formatters/__test__/actionNameCellFormatter.test.js
foreman-tasks-9.2.3 webpack/ForemanTasks/Components/TasksTable/formatters/__test__/actionNameCellFormatter.test.js
foreman-tasks-9.2.2 webpack/ForemanTasks/Components/TasksTable/formatters/__test__/actionNameCellFormatter.test.js
foreman-tasks-9.2.1 webpack/ForemanTasks/Components/TasksTable/formatters/__test__/actionNameCellFormatter.test.js
foreman-tasks-9.2.0 webpack/ForemanTasks/Components/TasksTable/formatters/__test__/actionNameCellFormatter.test.js
foreman-tasks-9.1.1 webpack/ForemanTasks/Components/TasksTable/formatters/__test__/actionNameCellFormatter.test.js
foreman-tasks-9.0.4 webpack/ForemanTasks/Components/TasksTable/formatters/__test__/actionNameCellFormatter.test.js
foreman-tasks-9.1.0 webpack/ForemanTasks/Components/TasksTable/formatters/__test__/actionNameCellFormatter.test.js
foreman-tasks-9.0.2 webpack/ForemanTasks/Components/TasksTable/formatters/__test__/actionNameCellFormatter.test.js
foreman-tasks-9.0.1 webpack/ForemanTasks/Components/TasksTable/formatters/__test__/actionNameCellFormatter.test.js
foreman-tasks-8.3.3 webpack/ForemanTasks/Components/TasksTable/formatters/__test__/actionNameCellFormatter.test.js
foreman-tasks-9.0.0 webpack/ForemanTasks/Components/TasksTable/formatters/__test__/actionNameCellFormatter.test.js
foreman-tasks-8.2.1 webpack/ForemanTasks/Components/TasksTable/formatters/__test__/actionNameCellFormatter.test.js
foreman-tasks-8.1.4 webpack/ForemanTasks/Components/TasksTable/formatters/__test__/actionNameCellFormatter.test.js
foreman-tasks-8.3.2 webpack/ForemanTasks/Components/TasksTable/formatters/__test__/actionNameCellFormatter.test.js
foreman-tasks-8.3.1 webpack/ForemanTasks/Components/TasksTable/formatters/__test__/actionNameCellFormatter.test.js
foreman-tasks-8.1.3 webpack/ForemanTasks/Components/TasksTable/formatters/__test__/actionNameCellFormatter.test.js
foreman-tasks-8.3.0 webpack/ForemanTasks/Components/TasksTable/formatters/__test__/actionNameCellFormatter.test.js