Sha256: 287d8eef790f563e65ed2f4a588c5d240d2d904711860acc3f52534f7e9d3068

Contents?: true

Size: 494 Bytes

Versions: 22

Compression:

Stored size: 494 Bytes

Contents

import { testComponentSnapshotsWithFixtures } from '@theforeman/test';
import { noop } from 'foremanReact/common/helpers';

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

22 entries across 22 versions & 1 rubygems

Version Path
foreman_rh_cloud-3.0.33 webpack/InsightsCloudSync/Components/InsightsSyncSwitcher/__tests__/InsightsSyncSwitcher.test.js
foreman_rh_cloud-3.0.32 webpack/InsightsCloudSync/Components/InsightsSyncSwitcher/__tests__/InsightsSyncSwitcher.test.js
foreman_rh_cloud-3.0.29 webpack/InsightsCloudSync/Components/InsightsSyncSwitcher/__tests__/InsightsSyncSwitcher.test.js
foreman_rh_cloud-3.0.28 webpack/InsightsCloudSync/Components/InsightsSyncSwitcher/__tests__/InsightsSyncSwitcher.test.js
foreman_rh_cloud-3.0.26 webpack/InsightsCloudSync/Components/InsightsSyncSwitcher/__tests__/InsightsSyncSwitcher.test.js
foreman_rh_cloud-3.0.25 webpack/InsightsCloudSync/Components/InsightsSyncSwitcher/__tests__/InsightsSyncSwitcher.test.js
foreman_rh_cloud-4.0.25 webpack/InsightsCloudSync/Components/InsightsSyncSwitcher/__tests__/InsightsSyncSwitcher.test.js
foreman_rh_cloud-3.0.24.1 webpack/InsightsCloudSync/Components/InsightsSyncSwitcher/__tests__/InsightsSyncSwitcher.test.js
foreman_rh_cloud-4.0.24.1 webpack/InsightsCloudSync/Components/InsightsSyncSwitcher/__tests__/InsightsSyncSwitcher.test.js
foreman_rh_cloud-3.0.24 webpack/InsightsCloudSync/Components/InsightsSyncSwitcher/__tests__/InsightsSyncSwitcher.test.js
foreman_rh_cloud-4.0.24 webpack/InsightsCloudSync/Components/InsightsSyncSwitcher/__tests__/InsightsSyncSwitcher.test.js
foreman_rh_cloud-3.0.23 webpack/InsightsCloudSync/Components/InsightsSyncSwitcher/__tests__/InsightsSyncSwitcher.test.js
foreman_rh_cloud-4.0.23 webpack/InsightsCloudSync/Components/InsightsSyncSwitcher/__tests__/InsightsSyncSwitcher.test.js
foreman_rh_cloud-3.0.22 webpack/InsightsCloudSync/Components/InsightsSyncSwitcher/__tests__/InsightsSyncSwitcher.test.js
foreman_rh_cloud-4.0.22 webpack/InsightsCloudSync/Components/InsightsSyncSwitcher/__tests__/InsightsSyncSwitcher.test.js
foreman_rh_cloud-4.0.21.1 webpack/InsightsCloudSync/Components/InsightsSyncSwitcher/__tests__/InsightsSyncSwitcher.test.js
foreman_rh_cloud-3.0.21.1 webpack/InsightsCloudSync/Components/InsightsSyncSwitcher/__tests__/InsightsSyncSwitcher.test.js
foreman_rh_cloud-3.0.21 webpack/InsightsCloudSync/Components/InsightsSyncSwitcher/__tests__/InsightsSyncSwitcher.test.js
foreman_rh_cloud-3.0.20 webpack/InsightsCloudSync/Components/InsightsSyncSwitcher/__tests__/InsightsSyncSwitcher.test.js
foreman_rh_cloud-3.0.19 webpack/InsightsCloudSync/Components/InsightsSyncSwitcher/__tests__/InsightsSyncSwitcher.test.js