Sha256: 2833322edfb560ec7edff726fc0a6f8e30c6057f1370897892a3cc56e6cdd638
Contents?: true
Size: 352 Bytes
Versions: 101
Compression:
Stored size: 352 Bytes
Contents
import { testComponentSnapshotsWithFixtures } from '@theforeman/test'; import ScheduledRun from '../ScheduledRun'; import { props } from '../ScheduledRun.fixtures'; const fixtures = { 'render with Props': props, }; describe('ScheduledRun', () => { describe('rendering', () => testComponentSnapshotsWithFixtures(ScheduledRun, fixtures)); });
Version data entries
101 entries across 101 versions & 1 rubygems