Sha256: 4edd48ea1a34c26291ccfe6c6c9e498152e173201e5f42a396d6d33971a0c602

Contents?: true

Size: 758 Bytes

Versions: 9

Compression:

Stored size: 758 Bytes

Contents

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

exports[`InsightsSettings reducer should handle INSIGHTS_SYNC_SETTING_SET 1`] = `
Object {
  "insightsSyncEnabled": true,
}
`;

exports[`InsightsSettings reducer should handle INSIGHTS_SYNC_SETTING_SET_FAILURE 1`] = `
Object {
  "error": "test set error",
  "insightsSyncEnabled": false,
}
`;

exports[`InsightsSettings reducer should handle INSIGHTS_SYNC_SETTINGS_GET_FAILURE 1`] = `
Object {
  "error": "test error",
  "insightsSyncEnabled": false,
}
`;

exports[`InsightsSettings reducer should handle INSIGHTS_SYNC_SETTINGS_GET_SUCCESS 1`] = `
Object {
  "insightsSyncEnabled": true,
}
`;

exports[`InsightsSettings reducer should return the initial state 1`] = `
Object {
  "insightsSyncEnabled": false,
}
`;

Version data entries

9 entries across 9 versions & 1 rubygems

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