Sha256: 83cd2abc3edd86a79239c8af0cfbceb1ff0da0125b1b8ca9efef8b21977262c7
Contents?: true
Size: 424 Bytes
Versions: 22
Compression:
Stored size: 424 Bytes
Contents
import { testComponentSnapshotsWithFixtures } from 'react-redux-test-utils'; 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
22 entries across 22 versions & 1 rubygems