Sha256: 48acabf2ad6b62a911d14fc3d2c0530d90c6b0eaa002950ff111fc4d9f3a8c20
Contents?: true
Size: 614 Bytes
Versions: 97
Compression:
Stored size: 614 Bytes
Contents
import { testSelectorsSnapshotWithFixtures } from '@theforeman/test'; import { selectSettings, selectInsightsSyncEnabled, } from '../InsightsSettingsSelectors'; import { insightsStateWrapper } from '../../../../ForemanRhCloudTestHelpers'; const state = insightsStateWrapper({ settings: { insightsSyncEnabled: true, }, }); const fixtures = { 'should return insights sync settings': () => selectSettings(state), 'should return insightsSyncEnabled setting': () => selectInsightsSyncEnabled(state), }; describe('InsightsSettings selectors', () => testSelectorsSnapshotWithFixtures(fixtures));
Version data entries
97 entries across 97 versions & 1 rubygems