Sha256: 238e8120dd935aa77fde6a0a7c808d21c1739e4d815878359b00dcd92ef040a6
Contents?: true
Size: 953 Bytes
Versions: 30
Compression:
Stored size: 953 Bytes
Contents
// Jest Snapshot v1, https://goo.gl/fbAQLP exports[`AccountList actions should fetchAccountsStatus 1`] = ` Array [ Array [ Object { "payload": Object { "error": "Cannot read property 'data' of undefined", }, "type": "INVENTORY_ACCOUNT_STATUS_POLLING_ERROR", }, ], ] `; exports[`AccountList actions should restartProcess 1`] = ` Array [ Array [ Object { "payload": Object { "accountID": "some-account-ID", "processStatusName": "generate_report_status", }, "type": "INVENTORY_PROCESS_RESTART", }, ], ] `; exports[`AccountList actions should startAccountStatusPolling 1`] = ` Object { "payload": Object { "pollingProcessID": 0, }, "type": "INVENTORY_ACCOUNT_STATUS_POLLING_START", } `; exports[`AccountList actions should stopAccountStatusPolling 1`] = ` Array [ Array [ Object { "type": "INVENTORY_ACCOUNT_STATUS_POLLING_STOP", }, ], ] `;
Version data entries
30 entries across 30 versions & 2 rubygems