Sha256: b4a2b4edb89eee30ff824d8c6bf2b65d6dc6bbaa8841efcaa896f4af6299c940

Contents?: true

Size: 512 Bytes

Versions: 16

Compression:

Stored size: 512 Bytes

Contents

import { testComponentSnapshotsWithFixtures } from 'react-redux-test-utils';
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

16 entries across 16 versions & 1 rubygems

Version Path
foreman_rh_cloud-1.0.18 webpack/InsightsCloudSync/Components/InsightsSettings/__tests__/InsightsSettings.test.js
foreman_rh_cloud-1.0.17 webpack/InsightsCloudSync/Components/InsightsSettings/__tests__/InsightsSettings.test.js
foreman_rh_cloud-1.0.16 webpack/InsightsCloudSync/Components/InsightsSettings/__tests__/InsightsSettings.test.js
foreman_rh_cloud-1.0.15 webpack/InsightsCloudSync/Components/InsightsSettings/__tests__/InsightsSettings.test.js
foreman_rh_cloud-1.0.14 webpack/InsightsCloudSync/Components/InsightsSettings/__tests__/InsightsSettings.test.js
foreman_rh_cloud-0.9.14 webpack/InsightsCloudSync/Components/InsightsSettings/__tests__/InsightsSettings.test.js
foreman_rh_cloud-0.9.13.1 webpack/InsightsCloudSync/Components/InsightsSettings/__tests__/InsightsSettings.test.js
foreman_rh_cloud-1.0.13.1 webpack/InsightsCloudSync/Components/InsightsSettings/__tests__/InsightsSettings.test.js
foreman_rh_cloud-0.9.13 webpack/InsightsCloudSync/Components/InsightsSettings/__tests__/InsightsSettings.test.js
foreman_rh_cloud-1.0.13 webpack/InsightsCloudSync/Components/InsightsSettings/__tests__/InsightsSettings.test.js
foreman_rh_cloud-0.9.12 webpack/InsightsCloudSync/Components/InsightsSettings/__tests__/InsightsSettings.test.js
foreman_rh_cloud-1.0.12 webpack/InsightsCloudSync/Components/InsightsSettings/__tests__/InsightsSettings.test.js
foreman_rh_cloud-0.9.11 webpack/InsightsCloudSync/Components/InsightsSettings/__tests__/InsightsSettings.test.js
foreman_rh_cloud-1.0.11 webpack/InsightsCloudSync/Components/InsightsSettings/__tests__/InsightsSettings.test.js
foreman_rh_cloud-0.9.10 webpack/InsightsCloudSync/Components/InsightsSettings/__tests__/InsightsSettings.test.js
foreman_rh_cloud-1.0.10 webpack/InsightsCloudSync/Components/InsightsSettings/__tests__/InsightsSettings.test.js