Sha256: 6eba3ee4f6a354f31d16a2b3f7fe90de4c41b09ce206b1cd904d4ad613b4a954

Contents?: true

Size: 357 Bytes

Versions: 6

Compression:

Stored size: 357 Bytes

Contents

import { testComponentSnapshotsWithFixtures } from 'react-redux-test-utils';

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

const fixtures = {
  'renders with minimal props': {
    onCancel: jest.fn(),
    onResume: jest.fn(),
  },
};

describe('ActionSelectButton', () =>
  testComponentSnapshotsWithFixtures(ActionSelectButton, fixtures));

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
foreman-tasks-0.17.6 webpack/ForemanTasks/Components/TasksTable/Components/__test__/ActionSelectButton.test.js
foreman-tasks-1.0.0 webpack/ForemanTasks/Components/TasksTable/Components/__test__/ActionSelectButton.test.js
foreman-tasks-0.17.5 webpack/ForemanTasks/Components/TasksTable/Components/__test__/ActionSelectButton.test.js
foreman-tasks-0.17.4 webpack/ForemanTasks/Components/TasksTable/Components/__test__/ActionSelectButton.test.js
foreman-tasks-0.17.3 webpack/ForemanTasks/Components/TasksTable/Components/__test__/ActionSelectButton.test.js
foreman-tasks-0.17.2 webpack/ForemanTasks/Components/TasksTable/Components/__test__/ActionSelectButton.test.js