Sha256: ca0c7ea2b75c1349715ed72b969c916d04f16ada02b3e99e4d83e5e69c787df6
Contents?: true
Size: 704 Bytes
Versions: 98
Compression:
Stored size: 704 Bytes
Contents
import { testSelectorsSnapshotWithFixtures } from '@theforeman/test'; import { rhCloudStateWrapper } from '../ForemanRhCloudTestHelpers'; import { selectForemanRhCloud, selectForemanInventoryUpload, selectInsightsCloudSync, } from '../ForemanRhCloudSelectors'; const state = rhCloudStateWrapper( { inventoryChild: {} }, { insightsChild: {} } ); const fixtures = { 'should return ForemanRhCloud': () => selectForemanRhCloud(state), 'should return ForemanInventoryUpload': () => selectForemanInventoryUpload(state), 'should return InsightsCloudSync': () => selectInsightsCloudSync(state), }; describe('ForemanRhCloud selectors', () => testSelectorsSnapshotWithFixtures(fixtures));
Version data entries
98 entries across 98 versions & 1 rubygems