Sha256: 282f493df69be9ae594ed986902fca9869e2c1b79799895e452b4bb1623db71c
Contents?: true
Size: 388 Bytes
Versions: 17
Compression:
Stored size: 388 Bytes
Contents
import { testComponentSnapshotsWithFixtures } from 'react-redux-test-utils'; import ScheduledRun from '../ScheduledRun'; import { props } from '../ScheduledRun.fixtures'; const fixtures = { 'render without Props': {}, 'render with Props': props, }; describe('ScheduledRun', () => { describe('rendering', () => testComponentSnapshotsWithFixtures(ScheduledRun, fixtures)); });
Version data entries
17 entries across 17 versions & 2 rubygems