Sha256: 72419b76010d05b98f75afc9280302836c49588e43cacd1883c63674ea5f0452
Contents?: true
Size: 622 Bytes
Versions: 21
Compression:
Stored size: 622 Bytes
Contents
// Jest Snapshot v1, https://goo.gl/fbAQLP exports[`TaskDetails - Reducer should handle FOREMAN_TASK_DETAILS_FETCH_TASK_SUCCESS 1`] = ` Object { "data": "some-payload", "loading": false, "taskReload": undefined, "timeoutId": undefined, } `; exports[`TaskDetails - Reducer should handle FOREMAN_TASK_DETAILS_START_POLLING 1`] = ` Object { "taskReload": true, "timeoutId": 1, } `; exports[`TaskDetails - Reducer should handle FOREMAN_TASK_DETAILS_STOP_POLLING 1`] = ` Object { "taskReload": false, "timeoutId": null, } `; exports[`TaskDetails - Reducer should return the initial state 1`] = `Object {}`;
Version data entries
21 entries across 21 versions & 1 rubygems