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