Sha256: ec9516aee8dff6b59ea3817be9806374471cd9f12be523ed471f565f51bb2ec6

Contents?: true

Size: 427 Bytes

Versions: 12

Compression:

Stored size: 427 Bytes

Contents

import { testComponentSnapshotsWithFixtures } from '@theforeman/test';
import { noop } from 'patternfly-react';

import ExcludePackagesSwitcher from '../ExcludePackagesSwitcher';

const fixtures = {
  'render with props': { excludePackages: true, handleToggle: noop },
};

describe('ExcludePackagesSwitcher', () => {
  describe('rendering', () =>
    testComponentSnapshotsWithFixtures(ExcludePackagesSwitcher, fixtures));
});

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
foreman_rh_cloud-2.0.18.1 webpack/ForemanInventoryUpload/Components/ExcludePackagesSwitcher/__tests__/ExcludePackagesSwitcher.test.js
foreman_rh_cloud-2.0.18 webpack/ForemanInventoryUpload/Components/ExcludePackagesSwitcher/__tests__/ExcludePackagesSwitcher.test.js
foreman_rh_cloud-2.0.17 webpack/ForemanInventoryUpload/Components/ExcludePackagesSwitcher/__tests__/ExcludePackagesSwitcher.test.js
foreman_rh_cloud-3.0.17 webpack/ForemanInventoryUpload/Components/ExcludePackagesSwitcher/__tests__/ExcludePackagesSwitcher.test.js
foreman_rh_cloud-2.0.16 webpack/ForemanInventoryUpload/Components/ExcludePackagesSwitcher/__tests__/ExcludePackagesSwitcher.test.js
foreman_rh_cloud-3.0.16 webpack/ForemanInventoryUpload/Components/ExcludePackagesSwitcher/__tests__/ExcludePackagesSwitcher.test.js
foreman_rh_cloud-2.0.15 webpack/ForemanInventoryUpload/Components/ExcludePackagesSwitcher/__tests__/ExcludePackagesSwitcher.test.js
foreman_rh_cloud-3.0.15 webpack/ForemanInventoryUpload/Components/ExcludePackagesSwitcher/__tests__/ExcludePackagesSwitcher.test.js
foreman_rh_cloud-3.0.14 webpack/ForemanInventoryUpload/Components/ExcludePackagesSwitcher/__tests__/ExcludePackagesSwitcher.test.js
foreman_rh_cloud-2.0.14 webpack/ForemanInventoryUpload/Components/ExcludePackagesSwitcher/__tests__/ExcludePackagesSwitcher.test.js
foreman_rh_cloud-2.0.13.1 webpack/ForemanInventoryUpload/Components/ExcludePackagesSwitcher/__tests__/ExcludePackagesSwitcher.test.js
foreman_rh_cloud-2.0.13 webpack/ForemanInventoryUpload/Components/ExcludePackagesSwitcher/__tests__/ExcludePackagesSwitcher.test.js