Sha256: d4bbcd150d4b60c58f8d8b0b43949c3401561d4ce66abb1711f53c81ed282265

Contents?: true

Size: 339 Bytes

Versions: 43

Compression:

Stored size: 339 Bytes

Contents

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

import TabHeader from '../TabHeader';

const fixtures = {
  'render without Props': {},
  /** fixtures, props for the component */
};

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

Version data entries

43 entries across 43 versions & 2 rubygems

Version Path
foreman_inventory_upload-1.0.0.beta4 webpack/ForemanInventoryUpload/Components/TabHeader/__tests__/TabHeader.test.js
foreman_inventory_upload-1.0.0.beta3 webpack/ForemanInventoryUpload/Components/TabHeader/__tests__/TabHeader.test.js
foreman_inventory_upload-1.0.0.beta2 webpack/ForemanInventoryUpload/Components/TabHeader/__tests__/TabHeader.test.js