Sha256: 3c2857d28eda9345103300f5b46477fc208b5272d51d152094cd0cf13f82481e

Contents?: true

Size: 517 Bytes

Versions: 81

Compression:

Stored size: 517 Bytes

Contents

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

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

81 entries across 81 versions & 1 rubygems

Version Path
foreman_rh_cloud-4.0.27 webpack/InsightsCloudSync/Components/InsightsSettings/__tests__/InsightsSettings.test.js
foreman_rh_cloud-3.0.26 webpack/InsightsCloudSync/Components/InsightsSettings/__tests__/InsightsSettings.test.js
foreman_rh_cloud-4.0.26 webpack/InsightsCloudSync/Components/InsightsSettings/__tests__/InsightsSettings.test.js
foreman_rh_cloud-4.0.25.1 webpack/InsightsCloudSync/Components/InsightsSettings/__tests__/InsightsSettings.test.js
foreman_rh_cloud-3.0.25 webpack/InsightsCloudSync/Components/InsightsSettings/__tests__/InsightsSettings.test.js
foreman_rh_cloud-4.0.25 webpack/InsightsCloudSync/Components/InsightsSettings/__tests__/InsightsSettings.test.js
foreman_rh_cloud-3.0.24.1 webpack/InsightsCloudSync/Components/InsightsSettings/__tests__/InsightsSettings.test.js
foreman_rh_cloud-4.0.24.1 webpack/InsightsCloudSync/Components/InsightsSettings/__tests__/InsightsSettings.test.js
foreman_rh_cloud-3.0.24 webpack/InsightsCloudSync/Components/InsightsSettings/__tests__/InsightsSettings.test.js
foreman_rh_cloud-4.0.24 webpack/InsightsCloudSync/Components/InsightsSettings/__tests__/InsightsSettings.test.js
foreman_rh_cloud-3.0.23 webpack/InsightsCloudSync/Components/InsightsSettings/__tests__/InsightsSettings.test.js
foreman_rh_cloud-4.0.23 webpack/InsightsCloudSync/Components/InsightsSettings/__tests__/InsightsSettings.test.js
foreman_rh_cloud-3.0.22 webpack/InsightsCloudSync/Components/InsightsSettings/__tests__/InsightsSettings.test.js
foreman_rh_cloud-4.0.22 webpack/InsightsCloudSync/Components/InsightsSettings/__tests__/InsightsSettings.test.js
foreman_rh_cloud-4.0.21.1 webpack/InsightsCloudSync/Components/InsightsSettings/__tests__/InsightsSettings.test.js
foreman_rh_cloud-3.0.21.1 webpack/InsightsCloudSync/Components/InsightsSettings/__tests__/InsightsSettings.test.js
foreman_rh_cloud-3.0.21 webpack/InsightsCloudSync/Components/InsightsSettings/__tests__/InsightsSettings.test.js
foreman_rh_cloud-3.0.20 webpack/InsightsCloudSync/Components/InsightsSettings/__tests__/InsightsSettings.test.js
foreman_rh_cloud-3.0.19 webpack/InsightsCloudSync/Components/InsightsSettings/__tests__/InsightsSettings.test.js
foreman_rh_cloud-3.0.18.1 webpack/InsightsCloudSync/Components/InsightsSettings/__tests__/InsightsSettings.test.js