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