Sha256: adc44afbeb8725d2361c8932daab0731fa21ee4d6bd61c14e0bd06ee839b0c8d

Contents?: true

Size: 333 Bytes

Versions: 105

Compression:

Stored size: 333 Bytes

Contents

import { testComponentSnapshotsWithFixtures } from '@theforeman/test';

import TabFooter from '../TabFooter';

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

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

Version data entries

105 entries across 105 versions & 2 rubygems

Version Path
foreman_rh_cloud-2.0.5 webpack/ForemanInventoryUpload/Components/TabFooter/__tests__/TabFooter.test.js
foreman_rh_cloud-2.0.4 webpack/ForemanInventoryUpload/Components/TabFooter/__tests__/TabFooter.test.js
foreman_inventory_upload-2.0.4.pre.2 webpack/ForemanInventoryUpload/Components/TabFooter/__tests__/TabFooter.test.js
foreman_inventory_upload-2.0.4.pre.1 webpack/ForemanInventoryUpload/Components/TabFooter/__tests__/TabFooter.test.js
foreman_inventory_upload-2.0.3 webpack/ForemanInventoryUpload/Components/TabFooter/__tests__/TabFooter.test.js