Sha256: 8b47eb566f332b44cd5cd8514613e18665f00ce9bcebf80a44dea6868f88bce1
Contents?: true
Size: 408 Bytes
Versions: 24
Compression:
Stored size: 408 Bytes
Contents
// Jest Snapshot v1, https://goo.gl/fbAQLP 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
24 entries across 24 versions & 1 rubygems