Sha256: 6552a3b12433a998eccf6e51f0869fd17fdd1bd99b9cb677a6b118fc17934b61

Contents?: true

Size: 357 Bytes

Versions: 105

Compression:

Stored size: 357 Bytes

Contents

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

import FullScreenModal from '../FullScreenModal';

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

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

Version data entries

105 entries across 105 versions & 2 rubygems

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