Sha256: 94f14c2baa82598673f18579590ab7633666565248e12a98099b179ea1ee66ee

Contents?: true

Size: 655 Bytes

Versions: 9

Compression:

Stored size: 655 Bytes

Contents

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

exports[`InsightsSettings actions should generate INSIGHTS_SYNC_SETTINGS_GET_SUCCESS action 1`] = `
Array [
  Array [
    Object {
      "payload": Object {
        "settings": Object {
          "insightsSyncEnabled": true,
        },
      },
      "type": "INSIGHTS_SYNC_SETTINGS_GET_SUCCESS",
    },
  ],
]
`;

exports[`InsightsSettings actions should generate INSIGHTS_SYNC_SETTING_SET action 1`] = `
Array [
  Array [
    Object {
      "payload": Object {
        "settings": Object {
          "insightsSyncEnabled": true,
        },
      },
      "type": "INSIGHTS_SYNC_SETTING_SET",
    },
  ],
]
`;

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
foreman_rh_cloud-0.9.12 webpack/InsightsCloudSync/Components/InsightsSettings/__tests__/__snapshots__/InsightsSettingsActions.test.js.snap
foreman_rh_cloud-1.0.12 webpack/InsightsCloudSync/Components/InsightsSettings/__tests__/__snapshots__/InsightsSettingsActions.test.js.snap
foreman_rh_cloud-2.0.12 webpack/InsightsCloudSync/Components/InsightsSettings/__tests__/__snapshots__/InsightsSettingsActions.test.js.snap
foreman_rh_cloud-0.9.11 webpack/InsightsCloudSync/Components/InsightsSettings/__tests__/__snapshots__/InsightsSettingsActions.test.js.snap
foreman_rh_cloud-1.0.11 webpack/InsightsCloudSync/Components/InsightsSettings/__tests__/__snapshots__/InsightsSettingsActions.test.js.snap
foreman_rh_cloud-2.0.11 webpack/InsightsCloudSync/Components/InsightsSettings/__tests__/__snapshots__/InsightsSettingsActions.test.js.snap
foreman_rh_cloud-0.9.10 webpack/InsightsCloudSync/Components/InsightsSettings/__tests__/__snapshots__/InsightsSettingsActions.test.js.snap
foreman_rh_cloud-1.0.10 webpack/InsightsCloudSync/Components/InsightsSettings/__tests__/__snapshots__/InsightsSettingsActions.test.js.snap
foreman_rh_cloud-2.0.10 webpack/InsightsCloudSync/Components/InsightsSettings/__tests__/__snapshots__/InsightsSettingsActions.test.js.snap