Sha256: 047fb5cd80ea6d29eab1b4bf52201c479c504f04ce9641764400dfff1e193e01

Contents?: true

Size: 864 Bytes

Versions: 108

Compression:

Stored size: 864 Bytes

Contents

// Jest Snapshot v1, https://goo.gl/fbAQLP

exports[`ForemanRhCloud helpers should return insights wrapper 1`] = `
Object {
  "ForemanRhCloud": Object {
    "InsightsCloudSync": Object {
      "insightsChild": Object {},
    },
    "hostInsights": Object {},
    "inventoryUpload": Object {},
  },
}
`;

exports[`ForemanRhCloud helpers should return inventory wrapper 1`] = `
Object {
  "ForemanRhCloud": Object {
    "InsightsCloudSync": Object {},
    "hostInsights": Object {},
    "inventoryUpload": Object {
      "inventoryChild": Object {},
    },
  },
}
`;

exports[`ForemanRhCloud helpers should return rhCloud wrapper 1`] = `
Object {
  "ForemanRhCloud": Object {
    "InsightsCloudSync": Object {
      "insightsChild": Object {},
    },
    "hostInsights": Object {},
    "inventoryUpload": Object {
      "inventoryChild": Object {},
    },
  },
}
`;

Version data entries

108 entries across 108 versions & 1 rubygems

Version Path
foreman_rh_cloud-1.0.13 webpack/__tests__/__snapshots__/ForemanRhCloudTestHelpers.test.js.snap
foreman_rh_cloud-2.0.13 webpack/__tests__/__snapshots__/ForemanRhCloudTestHelpers.test.js.snap
foreman_rh_cloud-0.9.12 webpack/__tests__/__snapshots__/ForemanRhCloudTestHelpers.test.js.snap
foreman_rh_cloud-1.0.12 webpack/__tests__/__snapshots__/ForemanRhCloudTestHelpers.test.js.snap
foreman_rh_cloud-2.0.12 webpack/__tests__/__snapshots__/ForemanRhCloudTestHelpers.test.js.snap
foreman_rh_cloud-0.9.11 webpack/__tests__/__snapshots__/ForemanRhCloudTestHelpers.test.js.snap
foreman_rh_cloud-1.0.11 webpack/__tests__/__snapshots__/ForemanRhCloudTestHelpers.test.js.snap
foreman_rh_cloud-2.0.11 webpack/__tests__/__snapshots__/ForemanRhCloudTestHelpers.test.js.snap