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