Sha256: da9233c1d3ba8325a95cb41ba13c721239aed3646f0b105f6a9fa7345b8ed719
Contents?: true
Size: 358 Bytes
Versions: 26
Compression:
Stored size: 358 Bytes
Contents
import { testComponentSnapshotsWithFixtures } from 'react-redux-test-utils'; 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
26 entries across 26 versions & 1 rubygems