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