Sha256: d10430f3175cd18094891cb11084b51aa1cb218cb08872ad2fa2ad99a79fb3f7

Contents?: true

Size: 352 Bytes

Versions: 14

Compression:

Stored size: 352 Bytes

Contents

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

import InsightsTab from '../InsightsTab';
import { props } from './InsightsTab.fixtures';

const fixtures = {
  'render with props': props,
};

describe('InsightsTab', () => {
  describe('rendering', () =>
    testComponentSnapshotsWithFixtures(InsightsTab, fixtures));
});

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
foreman_rh_cloud-1.0.18 webpack/InsightsHostDetailsTab/__tests__/InsightsTab.test.js
foreman_rh_cloud-1.0.17 webpack/InsightsHostDetailsTab/__tests__/InsightsTab.test.js
foreman_rh_cloud-1.0.16 webpack/InsightsHostDetailsTab/__tests__/InsightsTab.test.js
foreman_rh_cloud-1.0.15 webpack/InsightsHostDetailsTab/__tests__/InsightsTab.test.js
foreman_rh_cloud-1.0.14 webpack/InsightsHostDetailsTab/__tests__/InsightsTab.test.js
foreman_rh_cloud-0.9.14 webpack/InsightsHostDetailsTab/__tests__/InsightsTab.test.js
foreman_rh_cloud-0.9.13.1 webpack/InsightsHostDetailsTab/__tests__/InsightsTab.test.js
foreman_rh_cloud-1.0.13.1 webpack/InsightsHostDetailsTab/__tests__/InsightsTab.test.js
foreman_rh_cloud-0.9.13 webpack/InsightsHostDetailsTab/__tests__/InsightsTab.test.js
foreman_rh_cloud-1.0.13 webpack/InsightsHostDetailsTab/__tests__/InsightsTab.test.js
foreman_rh_cloud-0.9.12 webpack/InsightsHostDetailsTab/__tests__/InsightsTab.test.js
foreman_rh_cloud-1.0.12 webpack/InsightsHostDetailsTab/__tests__/InsightsTab.test.js
foreman_rh_cloud-0.9.11 webpack/InsightsHostDetailsTab/__tests__/InsightsTab.test.js
foreman_rh_cloud-1.0.11 webpack/InsightsHostDetailsTab/__tests__/InsightsTab.test.js