Sha256: 24bf7b1f0b080c7cd4b3ea9f7564c2a8c985fb3d9c76f1c91b4397c74b4eb972
Contents?: true
Size: 392 Bytes
Versions: 107
Compression:
Stored size: 392 Bytes
Contents
import { testComponentSnapshotsWithFixtures } from '@theforeman/test'; 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
107 entries across 107 versions & 2 rubygems