Sha256: 77f3e409f1fa708c23ef046a1dcca5a23c1c9ce87ea4fee1d70a4212d96cfa43
Contents?: true
Size: 343 Bytes
Versions: 26
Compression:
Stored size: 343 Bytes
Contents
import { testComponentSnapshotsWithFixtures } from 'react-redux-test-utils'; import PageHeader from '../PageHeader'; const fixtures = { 'render without Props': {}, /** fixtures, props for the component */ }; describe('PageHeader', () => { describe('rendering', () => testComponentSnapshotsWithFixtures(PageHeader, fixtures)); });
Version data entries
26 entries across 26 versions & 1 rubygems