Sha256: 2020c741be2f7abdd61c1c8402185f229a675f1b7e2bd9ca61b47a766a7a8445
Contents?: true
Size: 418 Bytes
Versions: 101
Compression:
Stored size: 418 Bytes
Contents
import { testComponentSnapshotsWithFixtures } from '@theforeman/test'; import AccountList from '../AccountList'; import { props } from '../AccountList.fixtures'; const fixtures = { 'render with props': props, 'show empty results': { ...props, filterTerm: 'not_matching_term' }, }; describe('AccountList', () => { describe('rendering', () => testComponentSnapshotsWithFixtures(AccountList, fixtures)); });
Version data entries
101 entries across 101 versions & 1 rubygems