Sha256: b7597c4efe881ad5319aac57c3ea993e530aaf58401e61b0eade6ebfab9c7384
Contents?: true
Size: 543 Bytes
Versions: 9
Compression:
Stored size: 543 Bytes
Contents
// Jest Snapshot v1, https://goo.gl/fbAQLP exports[`AccountList reducer should handle INVENTORY_SYNC_FAILURE 1`] = ` Object { "error": "some-error", "status": "ERROR", } `; exports[`AccountList reducer should handle INVENTORY_SYNC_REQUEST 1`] = ` Object { "error": null, "status": "PENDING", } `; exports[`AccountList reducer should handle INVENTORY_SYNC_SUCCESS 1`] = ` Object { "disconnectHosts": 0, "status": "RESOLVED", "syncHosts": 1, } `; exports[`AccountList reducer should return the initial state 1`] = `Object {}`;
Version data entries
9 entries across 9 versions & 1 rubygems