Sha256: 4ca3b73314c110ad9af11234a033a28e2944b7d6a9991e5ecbf718aa5105f65b
Contents?: true
Size: 830 Bytes
Versions: 18
Compression:
Stored size: 830 Bytes
Contents
// Jest Snapshot v1, https://goo.gl/fbAQLP exports[`TaskDetails - Actions should fetch-task-details and success 1`] = ` Array [ Array [ Object { "type": "FOREMAN_TASK_DETAILS_FETCH_TASK_REQUEST", }, ], Array [ Object { "payload": "some-data", "type": "FOREMAN_TASK_DETAILS_FETCH_TASK_SUCCESS", }, ], Array [ Object { "payload": Object { "timeoutId": 7, }, "type": "FOREMAN_TASK_DETAILS_START_POLLING", }, ], ] `; exports[`TaskDetails - Actions should start reload 1`] = ` Object { "payload": Object { "timeoutId": 1, }, "type": "FOREMAN_TASK_DETAILS_START_POLLING", } `; exports[`TaskDetails - Actions should stop reload 1`] = ` Object { "payload": Object { "timeoutId": 2, }, "type": "FOREMAN_TASK_DETAILS_STOP_POLLING", } `;
Version data entries
18 entries across 18 versions & 1 rubygems