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

Version Path
foreman_rh_cloud-1.0.9 webpack/__tests__/ForemanRhCloudTestHelpers.test.js
foreman_rh_cloud-0.9.9 webpack/__tests__/ForemanRhCloudTestHelpers.test.js
foreman_rh_cloud-0.9.8 webpack/__tests__/ForemanRhCloudTestHelpers.test.js
foreman_rh_cloud-1.0.8 webpack/__tests__/ForemanRhCloudTestHelpers.test.js