Sha256: 9785d2c48d15f380afa62c749eecd9e40987bcac750c8078f5642a49815051e6
Contents?: true
Size: 353 Bytes
Versions: 21
Compression:
Stored size: 353 Bytes
Contents
import { testComponentSnapshotsWithFixtures } from 'react-redux-test-utils'; 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
21 entries across 21 versions & 2 rubygems