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