Sha256: c53d2f2ea87811f23f1af4877963178f4816813f1aa0e8ea600893fce113a48f
Contents?: true
Size: 609 Bytes
Versions: 16
Compression:
Stored size: 609 Bytes
Contents
import { testSelectorsSnapshotWithFixtures } from 'react-redux-test-utils'; import { rhCloudStateWrapper, inventoryStateWrapper, insightsStateWrapper, } from '../ForemanRhCloudTestHelpers'; const fixtures = { 'should return rhCloud wrapper': () => rhCloudStateWrapper({ inventoryChild: {} }, { insightsChild: {} }), 'should return inventory wrapper': () => inventoryStateWrapper({ inventoryChild: {} }), 'should return insights wrapper': () => insightsStateWrapper({ insightsChild: {} }), }; describe('ForemanRhCloud helpers', () => testSelectorsSnapshotWithFixtures(fixtures));
Version data entries
16 entries across 16 versions & 1 rubygems