Sha256: 4345b1b3fa8db0eb4bd2ee91b976f5a4d4c0a1c212fd3316d2c7f3db355dd18e
Contents?: true
Size: 459 Bytes
Versions: 97
Compression:
Stored size: 459 Bytes
Contents
import { testSelectorsSnapshotWithFixtures } from '@theforeman/test'; 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
97 entries across 97 versions & 1 rubygems