Sha256: e6fe5ecfced8d1303e4fa5926d12950f988d2707864a9be0772193640638bb02

Contents?: true

Size: 506 Bytes

Versions: 15

Compression:

Stored size: 506 Bytes

Contents

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

import InsightsSettings from '../InsightsSettings';

const fixtures = {
  'render without Props': {
    insightsSyncEnabled: false,
    getInsightsSyncSettings: noop,
    setInsightsSyncEnabled: noop,
  },
  /** fixtures, props for the component */
};

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

Version data entries

15 entries across 15 versions & 1 rubygems

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