Sha256: 72bb39013ad093cdc00a3f50facb92ac0430054372a734015e8aa85a8843558d
Contents?: true
Size: 332 Bytes
Versions: 104
Compression:
Stored size: 332 Bytes
Contents
import { testComponentSnapshotsWithFixtures } from '@theforeman/test'; import ListItem from '../ListItem'; import { props } from '../ListItem.fixtures'; const fixtures = { 'render with Props': props, }; describe('ListItem', () => { describe('rendering', () => testComponentSnapshotsWithFixtures(ListItem, fixtures)); });
Version data entries
104 entries across 104 versions & 2 rubygems