Sha256: c7112a0fa983f718bb7dd6d2ac714f7435b7566427be4f19f3170b8ad8762dc8
Contents?: true
Size: 465 Bytes
Versions: 14
Compression:
Stored size: 465 Bytes
Contents
import { testSelectorsSnapshotWithFixtures } from 'react-redux-test-utils'; import { hostInsightsStateWrapper } from '../../ForemanRhCloudTestHelpers'; import { hits } from './InsightsTab.fixtures'; import { selectHits } from '../InsightsTabSelectors'; const state = hostInsightsStateWrapper({ hits }); const fixtures = { 'should return hits': () => selectHits(state), }; describe('InsightsTab selectors', () => testSelectorsSnapshotWithFixtures(fixtures));
Version data entries
14 entries across 14 versions & 1 rubygems