Sha256: 0dc76b736896e557fd21bd62c4a88b9dd3a122349feb83cd2b255c58d9725c52
Contents?: true
Size: 429 Bytes
Versions: 103
Compression:
Stored size: 429 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_SETTINGS_GET_SUCCESS 1`] = ` Object { "insightsSyncEnabled": true, } `; exports[`InsightsSettings reducer should return the initial state 1`] = ` Object { "insightsSyncEnabled": false, } `;
Version data entries
103 entries across 103 versions & 1 rubygems