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