Sha256: 22c527e243f515d6c693c50bd1de88a905fc93bc789ba38bb9ce1bb2adeb2846

Contents?: true

Size: 401 Bytes

Versions: 4

Compression:

Stored size: 401 Bytes

Contents

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

import InsightsCloudSync from './InsightsCloudSync';

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

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

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
foreman_rh_cloud-2.0.12 webpack/InsightsCloudSync/InsightsCloudSync.test.js
foreman_rh_cloud-2.0.11 webpack/InsightsCloudSync/InsightsCloudSync.test.js
foreman_rh_cloud-2.0.10 webpack/InsightsCloudSync/InsightsCloudSync.test.js
foreman_rh_cloud-2.0.9 webpack/InsightsCloudSync/InsightsCloudSync.test.js