Sha256: beb0f7084c55bdd9bf890157ea5b4b8971f3a0fec3fc1f2a30c170cf119df074

Contents?: true

Size: 325 Bytes

Versions: 104

Compression:

Stored size: 325 Bytes

Contents

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

import TabBody from '../TabBody';

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

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

Version data entries

104 entries across 104 versions & 2 rubygems

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