Sha256: 2af86ea8478912ef15e215ba3fabd4012c5775051c397be5400dd24d49440535
Contents?: true
Size: 382 Bytes
Versions: 106
Compression:
Stored size: 382 Bytes
Contents
import { testComponentSnapshotsWithFixtures } from '@theforeman/test'; import ReportUpload from '../ReportUpload'; import { props } from '../ReportUpload.fixtures'; const fixtures = { 'render without Props': {}, 'render with Props': props, }; describe('ReportUpload', () => { describe('rendering', () => testComponentSnapshotsWithFixtures(ReportUpload, fixtures)); });
Version data entries
106 entries across 106 versions & 2 rubygems