Sha256: 243e33727a7c72169e12ad7ae3f68f022434596d0034d1af1990e5a3144f226b

Contents?: true

Size: 380 Bytes

Versions: 9

Compression:

Stored size: 380 Bytes

Contents

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

import InsightsCloudSync from './InsightsCloudSync';

const fixtures = {
  render: {
    syncInsights: noop,
    settingsUrl: 'www.example.com/settings',
  },
};

describe('InsightsCloudSync', () =>
  testComponentSnapshotsWithFixtures(InsightsCloudSync, fixtures));

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
foreman_rh_cloud-2.0.18.1 webpack/InsightsCloudSync/InsightsCloudSync.test.js
foreman_rh_cloud-2.0.18 webpack/InsightsCloudSync/InsightsCloudSync.test.js
foreman_rh_cloud-2.0.17 webpack/InsightsCloudSync/InsightsCloudSync.test.js
foreman_rh_cloud-2.0.16 webpack/InsightsCloudSync/InsightsCloudSync.test.js
foreman_rh_cloud-2.0.15 webpack/InsightsCloudSync/InsightsCloudSync.test.js
foreman_rh_cloud-3.0.14 webpack/InsightsCloudSync/InsightsCloudSync.test.js
foreman_rh_cloud-2.0.14 webpack/InsightsCloudSync/InsightsCloudSync.test.js
foreman_rh_cloud-2.0.13.1 webpack/InsightsCloudSync/InsightsCloudSync.test.js
foreman_rh_cloud-2.0.13 webpack/InsightsCloudSync/InsightsCloudSync.test.js