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