Sha256: 1e5f7c7ca5e2d4a9d435072cbd228a0dcb8d9fd11dc5f87a7b0ba1d27d9f47e7

Contents?: true

Size: 341 Bytes

Versions: 2

Compression:

Stored size: 341 Bytes

Contents

import { testComponentSnapshotsWithFixtures } from 'react-redux-test-utils';
import { noop } from 'patternfly-react';

import InsightsCloudSync from './InsightsCloudSync';

const fixtures = {
  render: {
    syncInsights: noop,
  },
};

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

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
foreman_rh_cloud-0.9.8 webpack/InsightsCloudSync/InsightsCloudSync.test.js
foreman_rh_cloud-1.0.8 webpack/InsightsCloudSync/InsightsCloudSync.test.js