Sha256: d10430f3175cd18094891cb11084b51aa1cb218cb08872ad2fa2ad99a79fb3f7
Contents?: true
Size: 352 Bytes
Versions: 14
Compression:
Stored size: 352 Bytes
Contents
import { testComponentSnapshotsWithFixtures } from 'react-redux-test-utils'; import InsightsTab from '../InsightsTab'; import { props } from './InsightsTab.fixtures'; const fixtures = { 'render with props': props, }; describe('InsightsTab', () => { describe('rendering', () => testComponentSnapshotsWithFixtures(InsightsTab, fixtures)); });
Version data entries
14 entries across 14 versions & 1 rubygems