Sha256: 0676bce4222e1de7f64f513ce1f93e6c5bea65985df58ea9dbb54594c9a7d14b
Contents?: true
Size: 947 Bytes
Versions: 19
Compression:
Stored size: 947 Bytes
Contents
// Jest Snapshot v1, https://goo.gl/fbAQLP exports[`ExcludePackagesSwitcher integration test should flow: switcher was toggled 1`] = ` Object { "action": Array [ Array [ Object { "payload": Object { "excludePackages": false, }, "type": "EXCLUDE_PACKAGES_TOGGLE", }, ], ], "state": Object { "ForemanRhCloud": Object { "InsightsCloudSync": Object { "settings": Object { "insightsSyncEnabled": false, }, }, "hostInsights": Object { "hits": Array [], }, "inventoryUpload": Object { "accountsList": Object { "accounts": Object {}, "error": null, "excludePackages": false, "pollingProcessID": 0, }, "dashboard": Object {}, "inventoryFilter": Object { "filterTerm": "", }, "inventorySync": Object {}, }, }, }, } `;
Version data entries
19 entries across 19 versions & 1 rubygems