Sha256: afa7189e83305c95b7f48dd12625e3f5ed44aa01248c5fdcd80ac8dde324bb1f
Contents?: true
Size: 354 Bytes
Versions: 4
Compression:
Stored size: 354 Bytes
Contents
import { testSelectorsSnapshotWithFixtures } from 'react-redux-test-utils'; import { rhCloudStateWrapper } from '../ForemanRhCloudTestHelpers'; const fixtures = { 'should return inventory wrapper': () => rhCloudStateWrapper({ inventoryChildren: null }), }; describe('ForemanRhCloud helpers', () => testSelectorsSnapshotWithFixtures(fixtures));
Version data entries
4 entries across 4 versions & 1 rubygems