Sha256: a6a1bdbc5a8b2951dbddfe192770f8ff142728827eeda539cfc3d790310d398f

Contents?: true

Size: 302 Bytes

Versions: 22

Compression:

Stored size: 302 Bytes

Contents

import selectionHeaderCellFormatter from '../selectionHeaderCellFormatter';

describe('selectionHeaderCellFormatter', () => {
  it('render', () => {
    expect(
      selectionHeaderCellFormatter(
        { allPageSelected: () => true },
        'some-label'
      )
    ).toMatchSnapshot();
  });
});

Version data entries

22 entries across 22 versions & 1 rubygems

Version Path
foreman-tasks-1.2.0 webpack/ForemanTasks/Components/TasksTable/formatters/__test__/selectionHeaderCellFormatter.test.js
foreman-tasks-1.1.1 webpack/ForemanTasks/Components/TasksTable/formatters/__test__/selectionHeaderCellFormatter.test.js