Sha256: 3b5f5db8f2676084adbd715d3e3330a31fb91fc3110048164c760f6447d91894
Contents?: true
Size: 926 Bytes
Versions: 160
Compression:
Stored size: 926 Bytes
Contents
// Jest Snapshot v1, https://goo.gl/fbAQLP exports[`AutoComplete reducer should handle SYSTEM_STATUSES_FAILURE 1`] = ` Object { "loaderStatus": "ERROR", "services": Object {}, } `; exports[`AutoComplete reducer should handle success 1`] = ` Object { "loaderStatus": "RESOLVED", "services": Object { "candlepin": Object { "message": "a message", "status": "ok", }, "candlepin_auth": Object { "message": "error message", "status": "error", }, "foreman_tasks": Object { "status": "ok", }, "pulp": Object { "status": "ok", }, "pulp_auth": Object { "status": "ok", }, }, } `; exports[`AutoComplete reducer should return PENDING 1`] = ` Object { "loaderStatus": "PENDING", "services": Object {}, } `; exports[`AutoComplete reducer should return the initial state 1`] = ` Object { "loaderStatus": "", "services": Object {}, } `;
Version data entries
160 entries across 160 versions & 1 rubygems