Sha256: 6ae350ba516ea33c6174c617f0a5e3ff7ab8da279e0b6750e9dbf295ee82e467
Contents?: true
Size: 911 Bytes
Versions: 150
Compression:
Stored size: 911 Bytes
Contents
// Jest Snapshot v1, https://goo.gl/fbAQLP exports[`Dashboard reducer should handle INVENTORY_POLLING 1`] = ` Object { "some-account-ID": Object { "uploads": Object { "error": null, "logs": Array [ "some-logs...", ], "scheduled": "2019-08-21T16:14:16.520+03:00", }, }, } `; exports[`Dashboard reducer should handle INVENTORY_POLLING_ERROR 1`] = ` Object { "some-account-ID": Object { "uploads": Object { "error": "some-error", }, }, } `; exports[`Dashboard reducer should handle INVENTORY_POLLING_START 1`] = ` Object { "some-account-ID": Object { "activeTab": "generating", "pollingProcessID": 1, }, } `; exports[`Dashboard reducer should handle INVENTORY_TAB_CHANGED 1`] = ` Object { "some-account-ID": Object { "activeTab": "uploads", }, } `; exports[`Dashboard reducer should return the initial state 1`] = `Object {}`;
Version data entries
150 entries across 150 versions & 2 rubygems