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