Sha256: faaf3ff8e6f8a8b8c295e8928d2640a2ee8273e80323cfc33200ec49578639c7

Contents?: true

Size: 483 Bytes

Versions: 15

Compression:

Stored size: 483 Bytes

Contents

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

import InsightsSyncSwitcher from '../InsightsSyncSwitcher';

const fixtures = {
  'render with props': {
    insightsSyncEnabled: true,
    setInsightsSyncEnabled: noop,
  },
  /** fixtures, props for the component */
};

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

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
foreman_rh_cloud-2.0.18.1 webpack/InsightsCloudSync/Components/InsightsSyncSwitcher/__tests__/InsightsSyncSwitcher.test.js
foreman_rh_cloud-2.0.18 webpack/InsightsCloudSync/Components/InsightsSyncSwitcher/__tests__/InsightsSyncSwitcher.test.js
foreman_rh_cloud-2.0.17 webpack/InsightsCloudSync/Components/InsightsSyncSwitcher/__tests__/InsightsSyncSwitcher.test.js
foreman_rh_cloud-3.0.17 webpack/InsightsCloudSync/Components/InsightsSyncSwitcher/__tests__/InsightsSyncSwitcher.test.js
foreman_rh_cloud-2.0.16 webpack/InsightsCloudSync/Components/InsightsSyncSwitcher/__tests__/InsightsSyncSwitcher.test.js
foreman_rh_cloud-3.0.16 webpack/InsightsCloudSync/Components/InsightsSyncSwitcher/__tests__/InsightsSyncSwitcher.test.js
foreman_rh_cloud-2.0.15 webpack/InsightsCloudSync/Components/InsightsSyncSwitcher/__tests__/InsightsSyncSwitcher.test.js
foreman_rh_cloud-3.0.15 webpack/InsightsCloudSync/Components/InsightsSyncSwitcher/__tests__/InsightsSyncSwitcher.test.js
foreman_rh_cloud-3.0.14 webpack/InsightsCloudSync/Components/InsightsSyncSwitcher/__tests__/InsightsSyncSwitcher.test.js
foreman_rh_cloud-2.0.14 webpack/InsightsCloudSync/Components/InsightsSyncSwitcher/__tests__/InsightsSyncSwitcher.test.js
foreman_rh_cloud-2.0.13.1 webpack/InsightsCloudSync/Components/InsightsSyncSwitcher/__tests__/InsightsSyncSwitcher.test.js
foreman_rh_cloud-2.0.13 webpack/InsightsCloudSync/Components/InsightsSyncSwitcher/__tests__/InsightsSyncSwitcher.test.js
foreman_rh_cloud-2.0.12 webpack/InsightsCloudSync/Components/InsightsSyncSwitcher/__tests__/InsightsSyncSwitcher.test.js
foreman_rh_cloud-2.0.11 webpack/InsightsCloudSync/Components/InsightsSyncSwitcher/__tests__/InsightsSyncSwitcher.test.js
foreman_rh_cloud-2.0.10 webpack/InsightsCloudSync/Components/InsightsSyncSwitcher/__tests__/InsightsSyncSwitcher.test.js