Sha256: c741c18d688ef0708c29f8b40510eb9cafd0c3a9604302ce9c104f97e3a8bf58

Contents?: true

Size: 358 Bytes

Versions: 2

Compression:

Stored size: 358 Bytes

Contents

import { testSelectorsSnapshotWithFixtures } from 'react-redux-test-utils';
import { inventoryStateWrapper } from '../ForemanRhCloudTestHelpers';

const fixtures = {
  'should return inventory wrapper': () =>
    inventoryStateWrapper({ inventoryChildren: null }),
};

describe('ForemanRhCloud helpers', () =>
  testSelectorsSnapshotWithFixtures(fixtures));

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
foreman_rh_cloud-0.9.7 webpack/__tests__/ForemanRhCloudTestHelpers.test.js
foreman_rh_cloud-1.0.7 webpack/__tests__/ForemanRhCloudTestHelpers.test.js